This commit is contained in:
Nicolas Bally 2019-07-25 19:29:05 +02:00
parent 008151fb58
commit beb6646cf9
2 changed files with 3 additions and 5 deletions

View File

@ -5,7 +5,7 @@ gem 'rails', '4.0.0'
#gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt-ruby', '~> 3.1.2'
gem 'bcrypt-ruby', '~> 3.0.0'
# Use sqlite3 as the database for Active Record
#gem 'sqlite3'

View File

@ -35,9 +35,7 @@ GEM
acts_as_tree (1.4.0)
activerecord (>= 3.0.0)
arel (4.0.2)
bcrypt (3.1.13)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
bcrypt-ruby (3.0.1)
builder (3.1.4)
capistrano (2.15.5)
highline
@ -176,7 +174,7 @@ PLATFORMS
DEPENDENCIES
acts_as_tree
bcrypt-ruby (~> 3.1.2)
bcrypt-ruby (~> 3.0.0)
capistrano
carrierwave
coffee-rails (~> 4.0.0)