Skip to content

Commit

Permalink
fix: Test updating error_highlight gem
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Oct 28, 2023
1 parent d1a011b commit 75612f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ gem "shoulda-context", "~> 2.0.0"
gem "bcrypt", "~> 3.1.7"
gem "sqlite3", "~> 1.4"
gem "pg", "~> 1.1"

if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2"
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
end

0 comments on commit 75612f6

Please sign in to comment.