We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db076f commit 837b855Copy full SHA for 837b855
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
3
gem 'rails', '4.2.11.3'
4
-gem 'bcrypt', '3.1.7'
+gem 'bcrypt', '~>3.1.7'
5
gem 'faker', '1.4.2'
6
gem 'carrierwave', '0.10.0'
7
gem 'mini_magick', '3.8.0'
Gemfile.lock
@@ -42,7 +42,7 @@ GEM
42
ast (2.3.0)
43
autoprefixer-rails (9.5.1)
44
execjs
45
- bcrypt (3.1.7)
+ bcrypt (3.1.18)
46
binding_of_caller (0.7.3.pre1)
47
debug_inspector (>= 0.0.1)
48
bootstrap-sass (3.3.7)
@@ -361,7 +361,7 @@ PLATFORMS
361
ruby
362
363
DEPENDENCIES
364
- bcrypt (= 3.1.7)
+ bcrypt (~> 3.1.7)
365
bootstrap-sass (= 3.3.7)
366
bootstrap-will_paginate (= 0.0.10)
367
brakeman
0 commit comments