Bump hypershield from 0.2.1 to 0.2.2 (#11966)
Bumps [hypershield](https://github.com/ankane/hypershield) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/ankane/hypershield/releases) - [Changelog](https://github.com/ankane/hypershield/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/hypershield/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5b5bd2640
commit
72de8c29df
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||
ruby File.read(File.join(File.dirname(__FILE__), ".ruby-version")).strip
|
||||
|
||||
group :production do
|
||||
gem "hypershield", "~> 0.2.1" # Allow admins to query data via internal
|
||||
gem "hypershield", "~> 0.2.2" # Allow admins to query data via internal
|
||||
gem "nakayoshi_fork", "~> 0.0.4" # solves CoW friendly problem on MRI 2.2 and later
|
||||
gem "rack-host-redirect", "~> 1.3" # Lean and simple host redirection via Rack middleware
|
||||
end
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ GEM
|
|||
mime-types (~> 3.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.8.3)
|
||||
hypershield (0.2.1)
|
||||
hypershield (0.2.2)
|
||||
activerecord (>= 5)
|
||||
i18n (1.8.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
|
@ -873,7 +873,7 @@ DEPENDENCIES
|
|||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
httparty (~> 0.18)
|
||||
hypershield (~> 0.2.1)
|
||||
hypershield (~> 0.2.2)
|
||||
imgproxy (~> 1.2)
|
||||
inline_svg (~> 1.7)
|
||||
jbuilder (~> 2.10)
|
||||
|
|
|
|||
BIN
vendor/cache/hypershield-0.2.1.gem
vendored
BIN
vendor/cache/hypershield-0.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/hypershield-0.2.2.gem
vendored
Normal file
BIN
vendor/cache/hypershield-0.2.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue