Skip to content

Commit

Permalink
Let main Gemfile use Rails 7.1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 20, 2023
1 parent 301fe48 commit 18589bd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 18589bd

Please sign in to comment.