Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ruby #2532

Merged
merged 3 commits into from
Oct 30, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Upgrade Jsonnet to latest, 0.4.0 incompatible with Ruby 3.2.2
callumknights committed Oct 27, 2023
commit 98213940ec9f9728109d337385a349e565e4bc88
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ GEM
json (2.6.3)
json-schema (4.1.1)
addressable (>= 2.8)
jsonnet (0.4.0)
jsonnet (0.5.3)
mini_portile2 (>= 2.2.0)
jwt (2.7.1)
kramdown (2.4.0)
@@ -782,7 +782,7 @@ DEPENDENCIES
govuk_sidekiq
govuk_test
json-schema
jsonnet (~> 0.4.0)
jsonnet
listen
oj
pact