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