bcrypt
This commit is contained in:
parent
dc76956517
commit
68fa46f745
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.0.12'
|
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
|
# Use sqlite3 as the database for Active Record
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
|
@ -30,7 +30,7 @@ GEM
|
|||||||
activerecord (>= 3.0.0)
|
activerecord (>= 3.0.0)
|
||||||
arel (4.0.2)
|
arel (4.0.2)
|
||||||
bcrypt (3.1.9)
|
bcrypt (3.1.9)
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.1.2)
|
||||||
builder (3.1.4)
|
builder (3.1.4)
|
||||||
cancan (1.6.10)
|
cancan (1.6.10)
|
||||||
capistrano (2.15.5)
|
capistrano (2.15.5)
|
||||||
@ -199,7 +199,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts_as_commentable
|
acts_as_commentable
|
||||||
acts_as_tree
|
acts_as_tree
|
||||||
bcrypt-ruby (~> 3.0.0)
|
bcrypt-ruby (= 3.1.2)
|
||||||
cancan
|
cancan
|
||||||
capistrano
|
capistrano
|
||||||
carrierwave (= 0.9.0)
|
carrierwave (= 0.9.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user