Skip to content

Commit e698996

Browse files
Test with the released version of v7.0
Rails just released v7.0.10 which contains the fixes for Ruby 3.4 we needed to get the build green, so no need to point to GH anymore. https://rubyonrails.org/2025/10/29/new-rails-releases-and-end-of-support-announcement Note that v7.0 has reached EOL for a while now.
1 parent b5cba8d commit e698996

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gemfiles/Gemfile-rails-7-0

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ gemspec path: '..'
44

55
gem 'rake'
66
gem 'rdoc'
7-
# Use the branch which contains some fixes to work with the Ruby logger gem.
8-
gem 'railties', '~> 7.0.0', github: 'rails/rails', branch: '7-0-stable'
9-
gem 'activemodel', '~> 7.0.0', github: 'rails/rails', branch: '7-0-stable'
10-
gem 'actionpack', '~> 7.0.0', github: 'rails/rails', branch: '7-0-stable'
7+
gem 'railties', '~> 7.0.0'
8+
gem 'activemodel', '~> 7.0.0'
9+
gem 'actionpack', '~> 7.0.0'

0 commit comments

Comments
 (0)