Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 32 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,21 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bootstrap-will_paginate (0.0.9)
will_paginate
bourbon (2.1.1)
sass (>= 3.1)
builder (3.0.0)
builder (3.0.4)
cancan (1.6.8)
capistrano (2.13.4)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano (3.11.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -75,6 +76,7 @@ GEM
coffee-script-source (1.3.3)
comma (3.0.3)
commonjs (0.2.6)
concurrent-ruby (1.1.5)
daemon_controller (1.0.0)
daemons (1.1.8)
devise (2.1.2)
Expand Down Expand Up @@ -103,18 +105,17 @@ GEM
guard-rspec (1.1.0)
guard (>= 1.1)
has_scope (0.5.1)
highline (1.6.15)
hike (1.2.1)
i18n (0.6.0)
hike (1.2.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)
journey (1.0.4)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
jruby-pageant (1.1.1)
json (1.7.5)
jquery-rails (3.1.5)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -143,16 +144,11 @@ GEM
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
mime-types (1.19)
multi_json (1.3.6)
multi_json (1.14.0)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.6.0)
jruby-pageant (>= 1.1.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
nokogiri (1.5.5)
orm_adapter (0.4.0)
passenger (3.0.17)
Expand All @@ -163,12 +159,12 @@ GEM
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (1.4.7)
rack-cache (1.9.0)
rack (>= 0.4)
rack-ssl (1.3.2)
rack-ssl (1.3.4)
rack
rack-test (0.6.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.8)
actionmailer (= 3.2.8)
Expand All @@ -185,7 +181,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (0.9.2.2)
rake (13.0.0)
ransack (0.7.0)
actionpack (~> 3.0)
activerecord (~> 3.0)
Expand All @@ -196,7 +192,7 @@ GEM
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rb-readline (0.4.2)
rdoc (3.12)
rdoc (3.12.2)
json (~> 1.4)
responders (0.9.1)
railties (~> 3.1)
Expand Down Expand Up @@ -232,18 +228,21 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sprockets (2.1.3)
sprockets (2.1.4)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sshkit (1.20.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
thor (0.20.3)
tilt (1.4.1)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
Expand Down