diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 6 insertions, 0 deletions
| diff --git a/Gemfile b/Gemfile index fdc8746..de04f85 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -54,6 +54,8 @@ group :development do | |||
| 54 | gem 'capistrano-bundler', require: false | 54 | gem 'capistrano-bundler', require: false |
| 55 | gem 'capistrano-passenger', require: false | 55 | gem 'capistrano-passenger', require: false |
| 56 | gem 'highline', require: false | 56 | gem 'highline', require: false |
| 57 | gem 'ed25519', '>= 1.2', '< 2.0' | ||
| 58 | gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' | ||
| 57 | end | 59 | end |
| 58 | 60 | ||
| 59 | group :production do | 61 | group :production do |
| diff --git a/Gemfile.lock b/Gemfile.lock index a3417f9..ce12201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -108,6 +108,7 @@ GEM | |||
| 108 | request_store (~> 1.2) | 108 | request_store (~> 1.2) |
| 109 | base64 (0.2.0) | 109 | base64 (0.2.0) |
| 110 | bcrypt (3.1.19) | 110 | bcrypt (3.1.19) |
| 111 | bcrypt_pbkdf (1.1.1) | ||
| 111 | bigdecimal (3.1.4) | 112 | bigdecimal (3.1.4) |
| 112 | bindex (0.8.1) | 113 | bindex (0.8.1) |
| 113 | builder (3.2.4) | 114 | builder (3.2.4) |
| @@ -154,6 +155,7 @@ GEM | |||
| 154 | warden (~> 1.2.3) | 155 | warden (~> 1.2.3) |
| 155 | drb (2.2.0) | 156 | drb (2.2.0) |
| 156 | ruby2_keywords | 157 | ruby2_keywords |
| 158 | ed25519 (1.3.0) | ||
| 157 | enumerize (2.7.0) | 159 | enumerize (2.7.0) |
| 158 | activesupport (>= 3.2) | 160 | activesupport (>= 3.2) |
| 159 | erubi (1.12.0) | 161 | erubi (1.12.0) |
| @@ -375,6 +377,7 @@ DEPENDENCIES | |||
| 375 | acts-as-taggable-on | 377 | acts-as-taggable-on |
| 376 | akismet | 378 | akismet |
| 377 | audited (~> 5.0) | 379 | audited (~> 5.0) |
| 380 | bcrypt_pbkdf (>= 1.0, < 2.0) | ||
| 378 | byebug | 381 | byebug |
| 379 | capistrano (~> 3.0) | 382 | capistrano (~> 3.0) |
| 380 | capistrano-bundler | 383 | capistrano-bundler |
| @@ -384,6 +387,7 @@ DEPENDENCIES | |||
| 384 | capybara (~> 2.13) | 387 | capybara (~> 2.13) |
| 385 | coffee-rails (~> 4.2) | 388 | coffee-rails (~> 4.2) |
| 386 | devise | 389 | devise |
| 390 | ed25519 (>= 1.2, < 2.0) | ||
| 387 | enumerize | 391 | enumerize |
| 388 | haml | 392 | haml |
| 389 | highline | 393 | highline |
