Skip to content

Commit

Permalink
pin json gem to version 2.7.1
Browse files Browse the repository at this point in the history
* json gem v2.7.2 breaks ops-manifest unit tests

[#187373625](https://www.pivotaltracker.com/story/show/187373625)

Authored-by: Mark Stokan <stokanm@vmware.com>
  • Loading branch information
markstokan committed Apr 24, 2024
1 parent 18022c2 commit 414acd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/test/Dockerfile
Expand Up @@ -40,5 +40,7 @@ WORKDIR /tmp/ops-manager/gems/ops-manifest
RUN bundle install && \
rm -rf *.gem && \
bundle exec gem build ops-manifest.gemspec && \
gem install ops-manifest-*.gem --no-document
gem install ops-manifest-*.gem --no-document && \
gem uninstall json && \
gem install json --version 2.7.1
RUN which ops-manifest

0 comments on commit 414acd6

Please sign in to comment.