Freeze bcrypt and bcrypt-ruby version

This commit is contained in:
Robert Richter 2015-04-20 21:33:04 -05:00
parent 60430751a6
commit a67d973785
3 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'paperclip', '~> 4.2.0'
gem 'rmagick', '2.13.4'
gem 'aws-sdk', '~> 1.50'
gem 'bcrypt-ruby', '~> 3.0.1'
gem 'bcrypt'
gem 'bcrypt-ruby', '3.0.1'
gem 'bcrypt', '3.1.10'
group :production do
gem 'less-rails'

View File

@ -211,8 +211,8 @@ PLATFORMS
DEPENDENCIES
aws-sdk (~> 1.50)
bcrypt
bcrypt-ruby (~> 3.0.1)
bcrypt (= 3.1.10)
bcrypt-ruby (= 3.0.1)
bootplus-rails
capybara
coffee-rails (~> 4.0.0)

View File

@ -7,8 +7,8 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'paperclip', '~> 4.2.0'
gem 'rmagick', '2.13.4'
gem 'aws-sdk', '~> 1.50'
gem 'bcrypt-ruby', '~> 3.0.1'
gem 'bcrypt'
gem 'bcrypt-ruby', '3.0.1'
gem 'bcrypt', '3.1.10'
group :production do
gem 'less-rails'