Commit b82acd9
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
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| 463 | + | |
463 | 464 | | |
464 | 465 | | |
465 | 466 | | |
| |||
722 | 723 | | |
723 | 724 | | |
724 | 725 | | |
| 726 | + | |
725 | 727 | | |
726 | 728 | | |
727 | 729 | | |
| |||
0 commit comments