Skip to content

Commit

Permalink
Remove oj gem
Browse files Browse the repository at this point in the history
Other GOV.UK teams have moved away from using this because it doesn't
provide enough of a performance benefit to be worth the extra dependency
and upgrade hassles.
  • Loading branch information
csutter committed Dec 8, 2023
1 parent b839032 commit 4033928
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gem "govuk_app_config"
gem "govuk_message_queue_consumer"
gem "jsonpath"
gem "loofah"
gem "oj"

group :test do
gem "grpc_mock"
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oj (3.16.1)
opentelemetry-api (1.2.3)
opentelemetry-common (0.20.0)
opentelemetry-api (~> 1.0)
Expand Down Expand Up @@ -520,7 +519,6 @@ DEPENDENCIES
json_schemer
jsonpath
loofah
oj
railties (= 7.0.7.2)
rspec-rails
rubocop-govuk
Expand Down
3 changes: 0 additions & 3 deletions config/initializers/json.rb

This file was deleted.

0 comments on commit 4033928

Please sign in to comment.