mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 09:04:21 +01:00
Merge pull request #2241 from TracksApp/dependabot/bundler/bcrypt-3.1.13
This commit is contained in:
commit
fb481e2bfa
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -36,7 +36,7 @@ gem 'puma', '~> 3.12'
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
|
|
||||||
# To use ActiveModel has_secure_password
|
# To use ActiveModel has_secure_password
|
||||||
gem 'bcrypt', '~> 3.1.7'
|
gem 'bcrypt', '~> 3.1.13'
|
||||||
|
|
||||||
gem 'chartjs-ror'
|
gem 'chartjs-ror'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ GEM
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
autoprefixer-rails (9.4.7)
|
autoprefixer-rails (9.4.7)
|
||||||
execjs
|
execjs
|
||||||
bcrypt (3.1.12)
|
bcrypt (3.1.13)
|
||||||
bootstrap-sass (3.4.1)
|
bootstrap-sass (3.4.1)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sassc (>= 2.0.0)
|
sassc (>= 2.0.0)
|
||||||
|
|
@ -273,7 +273,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.7)
|
bcrypt (~> 3.1.13)
|
||||||
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