Skip to content

Commit

Permalink
Ruby 3.1 + Rails 7.1 needs error_highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 7dcb9af commit d0eef8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ appraise "rails7.1" do
gem "puma", "~> 6.0"
gem "rails", "~> 7.1.0"
gem "spring", "!= 2.1.1"
gem "error_highlight"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end
1 change: 1 addition & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "listen", "~> 3.2"
gem "puma", "~> 6.0"
gem "rails", "~> 7.1.0"
gem "spring", "!= 2.1.1"
gem "error_highlight"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"

Expand Down

0 comments on commit d0eef8c

Please sign in to comment.