This commit is contained in:
Nicolas Bally 2019-07-25 18:12:03 +02:00
parent e85881f682
commit 1ac4f2a076
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'rails', '4.0.1' gem 'rails', '4.0.1'
gem 'bcrypt-ruby', '~> 3.0.0' gem 'bcrypt', '~> 3.1.7'
# 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

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