From 982c46e7aaa0b31c8e1fd892ef0c12da600fe5f2 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Tue, 5 Mar 2024 14:38:44 +0000 Subject: [PATCH] Update Ruby dependencies --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 2c896fe..57acc10 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.3" -RAILS_GEMS_VERSION = "7.1.3".freeze +RAILS_GEMS_VERSION = "~> 7.1.3".freeze gem "actionpack", RAILS_GEMS_VERSION gem "activemodel", RAILS_GEMS_VERSION gem "activesupport", RAILS_GEMS_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index 8a7e66b..00f975e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -11,15 +11,15 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.3) - activesupport (= 7.1.3) - activesupport (7.1.3) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activesupport (7.1.3.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -409,9 +409,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -532,9 +532,9 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (= 7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + actionpack (~> 7.1.3) + activemodel (~> 7.1.3) + activesupport (~> 7.1.3) bootsnap brakeman debug @@ -547,7 +547,7 @@ DEPENDENCIES jsonpath loofah prometheus-client - railties (= 7.1.3) + railties (~> 7.1.3) rspec-rails rubocop-govuk simplecov