From b784454b0ec9304758cbee7b4e524fc4b459a138 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 6 Oct 2023 16:39:01 +0200 Subject: [PATCH] [TASK] Use the latest Rails bugfix releases on CI --- gemfiles/Gemfile.rails-6.1 | 2 +- gemfiles/Gemfile.rails-7.0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gemfiles/Gemfile.rails-6.1 b/gemfiles/Gemfile.rails-6.1 index 4fa7fe9..1e1f597 100644 --- a/gemfiles/Gemfile.rails-6.1 +++ b/gemfiles/Gemfile.rails-6.1 @@ -2,6 +2,6 @@ source 'https://rubygems.org' -gem 'rails', '~> 6.1.0' +gem 'rails', '~> 6.1.7.6' gemspec path: '../' diff --git a/gemfiles/Gemfile.rails-7.0 b/gemfiles/Gemfile.rails-7.0 index 9532a7d..454a44b 100644 --- a/gemfiles/Gemfile.rails-7.0 +++ b/gemfiles/Gemfile.rails-7.0 @@ -2,6 +2,6 @@ source 'https://rubygems.org' -gem 'rails', '~> 7.0.2.2' +gem 'rails', '~> 7.0.8' gemspec path: '../'