This commit is contained in:
Nicolas Bally 2014-12-07 21:45:15 +01:00
parent 2273c057ba
commit 11b4b5a907
2 changed files with 4 additions and 3 deletions

View File

@ -49,7 +49,7 @@ end
gem "capistrano", group: :development gem "capistrano", group: :development
gem "rvm-capistrano", group: :development gem "rvm-capistrano", group: :development
gem 'net-ssh', '~>2.7.0'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0' # gem 'bcrypt-ruby', '~> 3.0.0'

View File

@ -103,7 +103,7 @@ GEM
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-sftp (2.1.2) net-sftp (2.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.9.1) net-ssh (2.7.0)
net-ssh-gateway (1.2.0) net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
nokogiri (1.6.5) nokogiri (1.6.5)
@ -133,7 +133,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
raindrops (0.13.0) raindrops (0.13.0)
rake (10.4.2) rake (10.4.2)
rdoc (4.1.2) rdoc (4.2.0)
json (~> 1.4) json (~> 1.4)
redcarpet (3.2.1) redcarpet (3.2.1)
ref (1.0.5) ref (1.0.5)
@ -211,6 +211,7 @@ DEPENDENCIES
kaminari kaminari
kaminari-bootstrap kaminari-bootstrap
mysql2 mysql2
net-ssh (~> 2.7.0)
nokogiri nokogiri
non-stupid-digest-assets non-stupid-digest-assets
pygments.rb pygments.rb