Skip to content

Commit

Permalink
Upgrade Jsonnet to latest, 0.4.0 incompatible with Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
callumknights committed Oct 27, 2023
1 parent ee76bd1 commit 04bd0d9
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 @@ -14,7 +14,7 @@ gem "govuk_app_config"
gem "govuk_document_types"
gem "govuk_schemas"
gem "govuk_sidekiq"
gem "jsonnet", "~>0.4.0" # 0.5 (current latest) does not currently compile on our CI machines
gem "jsonnet"
gem "json-schema", require: false
gem "oj"
gem "pg"
Expand Down

0 comments on commit 04bd0d9

Please sign in to comment.