This commit is contained in:
Nicolas Bally 2019-07-25 18:19:33 +02:00
parent 1c8978e595
commit 89bd30a5d3
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,9 @@ source 'https://rubygems.org'
gem 'rails', '4.0.1' gem 'rails', '4.0.1'
gem 'bcrypt', '~> 3.1.7' #gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt-ruby', '~> 3.1.2'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
#gem 'sqlite3' #gem 'sqlite3'
gem 'mysql2' gem 'mysql2'

View File

@ -36,6 +36,8 @@ GEM
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
arel (4.0.2) arel (4.0.2)
bcrypt (3.1.13) bcrypt (3.1.13)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.1.4) builder (3.1.4)
capistrano (2.15.5) capistrano (2.15.5)
highline highline
@ -173,7 +175,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
acts_as_tree acts_as_tree
bcrypt (~> 3.1.7) bcrypt-ruby (~> 3.1.2)
capistrano capistrano
carrierwave carrierwave
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)