mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-12 04:08:51 +01:00
Bump bcrypt from 3.1.20 to 3.1.21
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.21. - [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.20...v3.1.21) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f5635690ad
commit
1d40366dbf
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -10,7 +10,7 @@ gem 'jquery-rails', '~> 4.6'
|
|||
gem 'jquery-ui-rails', '~>8.0.0'
|
||||
gem 'aasm', '~> 5.5.2'
|
||||
gem 'acts_as_list'
|
||||
gem 'bcrypt', '~> 3.1.20'
|
||||
gem 'bcrypt', '~> 3.1.21'
|
||||
gem 'htmlentities'
|
||||
gem "kt-paperclip", "~> 7.2"
|
||||
gem 'puma', '~> 7.1'
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ GEM
|
|||
execjs (~> 2)
|
||||
backport (1.2.0)
|
||||
base64 (0.3.0)
|
||||
bcrypt (3.1.20)
|
||||
bcrypt (3.1.21)
|
||||
benchmark (0.5.0)
|
||||
bigdecimal (3.3.1)
|
||||
bootstrap-sass (3.4.1)
|
||||
|
|
@ -179,9 +179,9 @@ GEM
|
|||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (8.0.0)
|
||||
railties (>= 3.2.16)
|
||||
json (2.18.0)
|
||||
jquery_block_ui (0.0.1)
|
||||
rails (>= 3.1)
|
||||
json (2.18.0)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
|
|
@ -435,7 +435,7 @@ DEPENDENCIES
|
|||
actionpack-xml_parser (~> 2.0)
|
||||
activemodel-serializers-xml (~> 1.0.3)
|
||||
acts_as_list
|
||||
bcrypt (~> 3.1.20)
|
||||
bcrypt (~> 3.1.21)
|
||||
bootstrap-sass (= 3.4.1)
|
||||
bullet
|
||||
byebug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue