mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #2476 from TracksApp/dependabot/bundler/bcrypt-3.1.16
Bump bcrypt from 3.1.15 to 3.1.16
This commit is contained in:
commit
2217ecf66a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -36,7 +36,7 @@ gem 'puma', '~> 4.3'
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
|
|
||||||
# To use ActiveModel has_secure_password
|
# To use ActiveModel has_secure_password
|
||||||
gem 'bcrypt', '~> 3.1.15'
|
gem 'bcrypt', '~> 3.1.16'
|
||||||
|
|
||||||
gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ GEM
|
||||||
autoprefixer-rails (9.4.7)
|
autoprefixer-rails (9.4.7)
|
||||||
execjs
|
execjs
|
||||||
backport (1.1.2)
|
backport (1.1.2)
|
||||||
bcrypt (3.1.15)
|
bcrypt (3.1.16)
|
||||||
benchmark (0.1.0)
|
benchmark (0.1.0)
|
||||||
bootstrap-sass (3.4.1)
|
bootstrap-sass (3.4.1)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
|
@ -308,7 +308,7 @@ DEPENDENCIES
|
||||||
actionpack-xml_parser (~> 2.0)
|
actionpack-xml_parser (~> 2.0)
|
||||||
activemodel-serializers-xml (~> 1.0.1)
|
activemodel-serializers-xml (~> 1.0.1)
|
||||||
acts_as_list
|
acts_as_list
|
||||||
bcrypt (~> 3.1.15)
|
bcrypt (~> 3.1.16)
|
||||||
bootstrap-sass (= 3.4.1)
|
bootstrap-sass (= 3.4.1)
|
||||||
bullet
|
bullet
|
||||||
byebug
|
byebug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue