Skip to content

Commit

Permalink
Bump Rails 8 to RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Oct 22, 2024
1 parent 1f401c9 commit d9be7e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9be7e2

Please sign in to comment.