Bump rails-settings-cached from 2.5.2 to 2.6.0 (#14042)
* Bump rails-settings-cached from 2.5.2 to 2.6.0 Bumps [rails-settings-cached](https://github.com/huacnlee/rails-settings-cached) from 2.5.2 to 2.6.0. - [Release notes](https://github.com/huacnlee/rails-settings-cached/releases) - [Changelog](https://github.com/huacnlee/rails-settings-cached/blob/main/CHANGELOG.md) - [Commits](https://github.com/huacnlee/rails-settings-cached/compare/v2.5.2...v2.6.0) --- updated-dependencies: - dependency-name: rails-settings-cached dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Empty commit for travis Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Uber <dan@forem.com>
This commit is contained in:
parent
bde3ebda8b
commit
d1c32b4e12
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -75,7 +75,7 @@ gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compa
|
|||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 6.1.3.2" # Ruby on Rails
|
||||
# Pinned since we have a monkey-patch against this version
|
||||
gem "rails-settings-cached", "= 2.5.2" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "rails-settings-cached", "2.6.0" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "ransack", "~> 2.4" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.8", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
|
|
|
|||
|
|
@ -562,7 +562,7 @@ GEM
|
|||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.3.0)
|
||||
loofah (~> 2.3)
|
||||
rails-settings-cached (2.5.2)
|
||||
rails-settings-cached (2.6.0)
|
||||
rails (>= 5.0.0)
|
||||
railties (6.1.3.2)
|
||||
actionpack (= 6.1.3.2)
|
||||
|
|
@ -823,7 +823,7 @@ GEM
|
|||
webpush (1.1.0)
|
||||
hkdf (~> 0.2)
|
||||
jwt (~> 2.0)
|
||||
websocket-driver (0.7.3)
|
||||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
|
|
@ -935,7 +935,7 @@ DEPENDENCIES
|
|||
rack-host-redirect (~> 1.3)
|
||||
rack-timeout (~> 0.6)
|
||||
rails (~> 6.1.3.2)
|
||||
rails-settings-cached (= 2.5.2)
|
||||
rails-settings-cached (= 2.6.0)
|
||||
ransack (~> 2.4)
|
||||
recaptcha (~> 5.8)
|
||||
redcarpet (~> 3.5)
|
||||
|
|
|
|||
BIN
vendor/cache/rails-settings-cached-2.5.2.gem
vendored
BIN
vendor/cache/rails-settings-cached-2.5.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-settings-cached-2.6.0.gem
vendored
Normal file
BIN
vendor/cache/rails-settings-cached-2.6.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/websocket-driver-0.7.3.gem
vendored
BIN
vendor/cache/websocket-driver-0.7.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/websocket-driver-0.7.5.gem
vendored
Normal file
BIN
vendor/cache/websocket-driver-0.7.5.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue