From 753f995eeb6f661f5f4d2eae0f797c10341885df Mon Sep 17 00:00:00 2001 From: Benjamin Curtis Date: Tue, 22 Oct 2024 09:38:07 -0700 Subject: [PATCH] chore: bump Rails 8 CI to RC1 (#620) --- Appraisals | 2 +- gemfiles/rails8.gemfile | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Appraisals b/Appraisals index efc2c95d..8710b63b 100644 --- a/Appraisals +++ b/Appraisals @@ -77,7 +77,7 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0") end appraise "rails8" do - RAILS_GEMS.each { |rails_gem| gem rails_gem, "~> 8.0.0.beta1" } + RAILS_GEMS.each { |rails_gem| gem rails_gem, "~> 8.0.0.rc1" } gem "sqlite3", "~> 2", platforms: :mri gem "activerecord-jdbcsqlite3-adapter", "~> 70", platforms: :jruby gem "better_errors", require: false, platforms: :mri diff --git a/gemfiles/rails8.gemfile b/gemfiles/rails8.gemfile index 81056ca3..cadaf8ab 100644 --- a/gemfiles/rails8.gemfile +++ b/gemfiles/rails8.gemfile @@ -13,12 +13,12 @@ gem "webmock" gem "capistrano" gem "rake" gem "bump", "~> 0.10.0" -gem "activesupport", "~> 8.0.0.beta1" -gem "activemodel", "~> 8.0.0.beta1" -gem "activerecord", "~> 8.0.0.beta1" -gem "activejob", "~> 8.0.0.beta1" -gem "railties", "~> 8.0.0.beta1" -gem "actionpack", "~> 8.0.0.beta1" +gem "activesupport", "~> 8.0.0.rc1" +gem "activemodel", "~> 8.0.0.rc1" +gem "activerecord", "~> 8.0.0.rc1" +gem "activejob", "~> 8.0.0.rc1" +gem "railties", "~> 8.0.0.rc1" +gem "actionpack", "~> 8.0.0.rc1" gem "sqlite3", "~> 2", platforms: :mri gem "activerecord-jdbcsqlite3-adapter", "~> 70", platforms: :jruby gem "better_errors", require: false, platforms: :mri