about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4397b84..bbbf45a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -80,6 +80,8 @@ GEM
80 airbrussh (1.5.0) 80 airbrussh (1.5.0)
81 sshkit (>= 1.6.1, != 1.7.0) 81 sshkit (>= 1.6.1, != 1.7.0)
82 base64 (0.2.0) 82 base64 (0.2.0)
83 bcrypt_pbkdf (1.1.1)
84 bcrypt_pbkdf (1.1.1-x86_64-darwin)
83 bigdecimal (3.1.4) 85 bigdecimal (3.1.4)
84 bindex (0.8.1) 86 bindex (0.8.1)
85 bootsnap (1.17.0) 87 bootsnap (1.17.0)
@@ -119,6 +121,7 @@ GEM
119 reline (>= 0.3.1) 121 reline (>= 0.3.1)
120 drb (2.2.0) 122 drb (2.2.0)
121 ruby2_keywords 123 ruby2_keywords
124 ed25519 (1.3.0)
122 enumerize (2.7.0) 125 enumerize (2.7.0)
123 activesupport (>= 3.2) 126 activesupport (>= 3.2)
124 erubi (1.12.0) 127 erubi (1.12.0)
@@ -289,6 +292,7 @@ PLATFORMS
289 x86_64-linux 292 x86_64-linux
290 293
291DEPENDENCIES 294DEPENDENCIES
295 bcrypt_pbkdf (>= 1.0, < 2.0)
292 bootsnap 296 bootsnap
293 capistrano (~> 3.0) 297 capistrano (~> 3.0)
294 capistrano-bundler 298 capistrano-bundler
@@ -297,6 +301,7 @@ DEPENDENCIES
297 capistrano-rvm 301 capistrano-rvm
298 capybara 302 capybara
299 debug 303 debug
304 ed25519 (>= 1.2, < 2.0)
300 enumerize 305 enumerize
301 haml 306 haml
302 highline 307 highline