Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rubocop-rails-omakase"
# keyword-only; the released Rails (7.2 through 8.1.3.1) still passes them
# positionally, so every boot aborts in db:migrate. Rails main has adapted,
# which is why railsmain.gemfile carries no pin.
gem "json", "< 3"
gem "json", "< 4"

gemspec

Expand Down