Skip to content

Commit 837b855

Browse files
committed
update bcrypt gem
1 parent 5db076f commit 837b855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rails', '4.2.11.3'
4-
gem 'bcrypt', '3.1.7'
4+
gem 'bcrypt', '~>3.1.7'
55
gem 'faker', '1.4.2'
66
gem 'carrierwave', '0.10.0'
77
gem 'mini_magick', '3.8.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GEM
4242
ast (2.3.0)
4343
autoprefixer-rails (9.5.1)
4444
execjs
45-
bcrypt (3.1.7)
45+
bcrypt (3.1.18)
4646
binding_of_caller (0.7.3.pre1)
4747
debug_inspector (>= 0.0.1)
4848
bootstrap-sass (3.3.7)
@@ -361,7 +361,7 @@ PLATFORMS
361361
ruby
362362

363363
DEPENDENCIES
364-
bcrypt (= 3.1.7)
364+
bcrypt (~> 3.1.7)
365365
bootstrap-sass (= 3.3.7)
366366
bootstrap-will_paginate (= 0.0.10)
367367
brakeman

0 commit comments

Comments
 (0)