aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock50
2 files changed, 30 insertions, 21 deletions
diff --git a/Gemfile b/Gemfile
index cb1ae71..a739305 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ group :development, :test do
gem 'lorem'
gem 'spork'
gem 'spork-testunit'
+ gem 'byebug'
end
group :production do
diff --git a/Gemfile.lock b/Gemfile.lock
index 7205472..bf69380 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -79,17 +79,17 @@ GEM
babosa (1.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.4)
- capistrano (3.10.1)
+ capistrano (3.10.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
- capistrano-bundler (1.1.2)
- capistrano (~> 3.0)
+ capistrano-bundler (1.3.0)
+ capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-postgresql (4.7.0)
capistrano (>= 3.0)
- capistrano-rails (1.1.1)
+ capistrano-rails (1.4.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rbenv (2.1.3)
@@ -98,10 +98,10 @@ GEM
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
- coffee-script (2.2.0)
+ coffee-script (2.4.1)
coffee-script-source
execjs
- coffee-script-source (1.6.2)
+ coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
decorators (1.0.5)
railties (>= 3.0.19)
@@ -115,7 +115,8 @@ GEM
rack
erubis (2.7.0)
execjs (2.7.0)
- filters_spam (0.3)
+ ffi (1.9.25)
+ filters_spam (0.5)
friendly_id (4.0.10.1)
activerecord (>= 3.0, < 4.0)
globalize (3.1.0)
@@ -137,18 +138,18 @@ GEM
multi_json (1.13.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
- net-ssh (4.2.0)
+ net-ssh (5.0.2)
orm_adapter (0.5.0)
- pg (0.15.1)
+ pg (1.0.0)
piwik_analytics (1.0.2)
actionpack
activesupport
rails (>= 3.0.0)
polyglot (0.3.5)
- power_assert (1.1.1)
- puma (3.9.1)
+ power_assert (1.1.2)
+ puma (3.11.4)
rack (1.4.7)
- rack-cache (1.7.1)
+ rack-cache (1.8.0)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
@@ -174,6 +175,9 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (12.3.1)
+ rb-fsevent (0.10.3)
+ rb-inotify (0.9.10)
+ ffi (>= 0.5.0, < 2)
rdoc (3.12.2)
json (~> 1.4)
refinerycms (2.1.5)
@@ -211,7 +215,7 @@ GEM
filters_spam (~> 0.2)
refinerycms-core (~> 2.1.0)
refinerycms-settings (~> 2.1.0)
- refinerycms-page-images (2.1.0)
+ refinerycms-page-images (2.1.1)
refinerycms-pages (~> 2.1.0)
refinerycms-pages (2.1.5)
awesome_nested_set (~> 2.1.3)
@@ -235,7 +239,11 @@ GEM
refinerycms-core
routing-filter (0.3.1)
actionpack
- sass (3.4.20)
+ sass (3.5.6)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
@@ -250,11 +258,11 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
- sqlite3 (1.3.11)
- sshkit (1.15.1)
+ sqlite3 (1.3.13)
+ sshkit (1.16.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
- test-unit (3.2.7)
+ test-unit (3.2.8)
power_assert
thor (0.20.0)
tilt (1.4.1)
@@ -263,11 +271,11 @@ GEM
polyglot (>= 0.3.1)
truncate_html (0.9.3)
tzinfo (0.3.54)
- uglifier (4.0.2)
+ uglifier (4.1.12)
execjs (>= 0.3.0, < 3)
- warden (1.2.3)
+ warden (1.2.7)
rack (>= 1.0)
- will_paginate (3.0.7)
+ will_paginate (3.0.12)
PLATFORMS
ruby
@@ -306,4 +314,4 @@ DEPENDENCIES
uglifier (>= 1.0.3)
BUNDLED WITH
- 1.16.1
+ 1.16.2