diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6d63b..ee28344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - '3.0' - 'head' rails: - - rails_7.1.0 + - rails_7.1.3 - rails_7.0.8 - rails_6.1.7 diff --git a/Appraisals b/Appraisals index 22e4241..5ef65d0 100644 --- a/Appraisals +++ b/Appraisals @@ -3,7 +3,7 @@ RAILS_VERSIONS = %w[ 6.1.7 7.0.8 - 7.1.0 + 7.1.3 ].freeze RAILS_VERSIONS.each do |version| diff --git a/gemfiles/rails_7.1.0.gemfile b/gemfiles/rails_7.1.3.gemfile similarity index 81% rename from gemfiles/rails_7.1.0.gemfile rename to gemfiles/rails_7.1.3.gemfile index 43e1b60..2ce8f82 100644 --- a/gemfiles/rails_7.1.0.gemfile +++ b/gemfiles/rails_7.1.3.gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "rails", "7.1.0" +gem "rails", "7.1.3" gemspec path: "../"