From 5e7692da8b1c2729fb8fc2a497491628d13a4542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:25:30 +0000 Subject: [PATCH] Bump canonical-rails from 0.2.16 to 0.2.17 Bumps [canonical-rails](https://github.com/jumph4x/canonical-rails) from 0.2.16 to 0.2.17. - [Commits](https://github.com/jumph4x/canonical-rails/commits) --- updated-dependencies: - dependency-name: canonical-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index aac163cbf0..1e6dc3c195 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "foreman" gem "knapsack" # Canonical meta tag -gem "canonical-rails", "~> 0.2.16" +gem "canonical-rails", "~> 0.2.17" gem "listen", "~> 3.9" gem "rack-attack", "~> 6.7" diff --git a/Gemfile.lock b/Gemfile.lock index 20a37b6faf..0c6e798834 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,8 +152,8 @@ GEM msgpack (~> 1.2) builder (3.3.0) byebug (11.1.3) - canonical-rails (0.2.16) - actionview (>= 4.1, < 7.3) + canonical-rails (0.2.17) + actionview (>= 4.1, < 8.1) capybara (3.40.0) addressable matrix @@ -737,7 +737,7 @@ DEPENDENCIES axe-core-rspec bootsnap (~> 1.18) byebug - canonical-rails (~> 0.2.16) + canonical-rails (~> 0.2.17) capybara (~> 3.40) countries (~> 5.7) cssbundling-rails (~> 1.4)