Skip to content

Commit

Permalink
Merge pull request #1448 from activerecord-hackery/more-rails-71
Browse files Browse the repository at this point in the history
Minor updates for Rails 7.1
  • Loading branch information
deivid-rodriguez committed Oct 20, 2023
2 parents aa3871e + 507a1a1 commit 1b34bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gemspec

gem 'rake'

rails = ENV['RAILS'] || '6-1-stable'
rails = ENV['RAILS'] || '7-1-stable'

rails_version = case rails
when /\// # A path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
source 'https://rubygems.org'
# Rails master
gem 'rails', github: 'rails/rails', branch: '6-1-stable'
gem 'rails', github: 'rails/rails', branch: '7-1-stable'
# Rails last release
# gem 'rails'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
source 'https://rubygems.org'
# Rails master
gem 'rails', github: 'rails/rails', branch: '6-1-stable'
gem 'rails', github: 'rails/rails', branch: '7-1-stable'
# Rails last release
# gem 'rails'
Expand Down

0 comments on commit 1b34bd3

Please sign in to comment.