Skip to content

Commit

Permalink
Bump meta-tags from 2.20.0 to 2.22.0
Browse files Browse the repository at this point in the history
Bumps [meta-tags](https://github.com/kpumuk/meta-tags) from 2.20.0 to 2.22.0.
- [Release notes](https://github.com/kpumuk/meta-tags/releases)
- [Changelog](https://github.com/kpumuk/meta-tags/blob/main/CHANGELOG.md)
- [Commits](kpumuk/meta-tags@v2.20.0...v2.22.0)

---
updated-dependencies:
- dependency-name: meta-tags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent da985cf commit 68b84ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gem 'net-smtp', require: false
gem 'actionpack-cloudfront', '>= 1.2.0'

gem 'invisible_captcha', '>= 2.0.0'
gem 'meta-tags', '~> 2.20'
gem 'meta-tags', '~> 2.22'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
dotenv (= 3.1.2)
railties (>= 6.1)
dry-initializer (3.1.1)
erubi (1.12.0)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
factory_bot (6.4.6)
Expand Down Expand Up @@ -370,8 +370,8 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.24.1)
Expand All @@ -391,17 +391,17 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.5-aarch64-linux)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm-linux)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86-linux)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (6.1.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -443,7 +443,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -758,7 +758,7 @@ DEPENDENCIES
json (>= 2.3.0)
kaminari
listen (>= 3.8.0)
meta-tags (~> 2.20)
meta-tags (~> 2.22)
net-smtp
notifications-ruby-client
openid_connect
Expand Down

0 comments on commit 68b84ee

Please sign in to comment.