This commit is contained in:
Nicolas Bally 2014-12-09 01:03:53 +01:00
parent dc76956517
commit 68fa46f745
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.12'
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'bcrypt-ruby', '3.1.2'
# Use sqlite3 as the database for Active Record
gem 'mysql2'

View File

@ -30,7 +30,7 @@ GEM
activerecord (>= 3.0.0)
arel (4.0.2)
bcrypt (3.1.9)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.1.2)
builder (3.1.4)
cancan (1.6.10)
capistrano (2.15.5)
@ -199,7 +199,7 @@ PLATFORMS
DEPENDENCIES
acts_as_commentable
acts_as_tree
bcrypt-ruby (~> 3.0.0)
bcrypt-ruby (= 3.1.2)
cancan
capistrano
carrierwave (= 0.9.0)