Skip to content

Commit

Permalink
Update development environment to Rails 8 (#1539)
Browse files Browse the repository at this point in the history
# Conflicts:
#	Gemfile.lock
  • Loading branch information
bensheldon authored Nov 10, 2024
1 parent f215f39 commit 0cb2a47
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 135 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rails_versions = {
"7.0" => "~> 7.0.1", # Ruby 3.1 requires Rails 7.0.1+
"7.1" => "~> 7.1.0",
"7.2" => "~> 7.2.0",
"8.0" => "~> 8.0.0.a",
"8.0" => "~> 8.0.0",
"head" => { github: "rails/rails", branch: "main" },
}
gem 'rails', rails_versions[ENV.fetch("RAILS_VERSION", nil)]
Expand Down
Loading

0 comments on commit 0cb2a47

Please sign in to comment.