From 1999482fee7728d7aa16854cf25e93a1a3a388bd Mon Sep 17 00:00:00 2001 From: Chris Griego Date: Tue, 10 Oct 2023 12:56:15 -0700 Subject: [PATCH] Gemfile should test against 7.1 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c0d03f8..018b8d9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,9 @@ source "https://rubygems.org" gemspec :development_group => :test -gem "activemodel", "~> 7.0.0" -gem "activesupport", "~> 7.0.0" -gem "actionpack", "~> 7.0.0" +gem "activemodel", "~> 7.1.0" +gem "activesupport", "~> 7.1.0" +gem "actionpack", "~> 7.1.0" gem "activemodel-serializers-xml", :group => :test gem "rexml", :group => :test gem "protected_attributes_continued", :group => :test