Skip to content

Commit b82acd9

Browse files
committed
Add ostruct to Gemfile
ostruct is no longer a default gem in 4.0 so we need to include it in the gemspec Output from the test suite without adding the gem: ``` An error occurred while loading ./spec/lib/tasks/data_hygiene/duplicate_report_spec.rb. - Did you mean? rspec ./spec/lib/tasks/data_hygiene/publishing_delay_reporter_spec.rb Failure/Error: require "ostruct" LoadError: cannot load such file -- ostruct --
1 parent 6418ad5 commit b82acd9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem "deepsort"
88
gem "gds-api-adapters"
99
gem "gds-sso"
1010
gem "govuk_app_config"
11+
gem "ostruct"
1112
gem "pg"
1213
gem "plek"
1314
gem "rack-cache"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ GEM
460460
opentelemetry-semantic_conventions
461461
opentelemetry-semantic_conventions (1.37.0)
462462
opentelemetry-api (~> 1.0)
463+
ostruct (0.6.3)
463464
pact (1.67.5)
464465
pact-mock_service (~> 3.0, >= 3.3.1)
465466
pact-support (~> 1.21, >= 1.21.2)
@@ -722,6 +723,7 @@ DEPENDENCIES
722723
govuk_test
723724
listen
724725
openapi3_parser (~> 0.10.1)
726+
ostruct
725727
pact (~> 1.67)
726728
pg
727729
plek

0 commit comments

Comments
 (0)