mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Merge pull request #2933 from TracksApp/dependabot/bundler/bcrypt-3.1.19
Bump bcrypt from 3.1.18 to 3.1.19
This commit is contained in:
commit
5d5b552685
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -18,7 +18,7 @@ gem 'uglifier', '>=1.3.0'
|
|||
|
||||
gem 'aasm', '~> 5.5.0'
|
||||
gem 'acts_as_list'
|
||||
gem 'bcrypt', '~> 3.1.18'
|
||||
gem 'bcrypt', '~> 3.1.19'
|
||||
gem 'htmlentities'
|
||||
gem "kt-paperclip", "~> 7.1"
|
||||
gem 'puma', '~> 6.2'
|
||||
|
|
|
@ -72,7 +72,7 @@ GEM
|
|||
autoprefixer-rails (10.4.7.0)
|
||||
execjs (~> 2)
|
||||
backport (1.2.0)
|
||||
bcrypt (3.1.18)
|
||||
bcrypt (3.1.19)
|
||||
benchmark (0.2.1)
|
||||
better_html (2.0.1)
|
||||
actionview (>= 6.0)
|
||||
|
@ -350,7 +350,7 @@ DEPENDENCIES
|
|||
actionpack-xml_parser (~> 2.0)
|
||||
activemodel-serializers-xml (~> 1.0.1)
|
||||
acts_as_list
|
||||
bcrypt (~> 3.1.18)
|
||||
bcrypt (~> 3.1.19)
|
||||
bootstrap-sass (= 3.4.1)
|
||||
bullet
|
||||
byebug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue