Skip to content

Commit

Permalink
Force concurrent-ruby to install with version 1.3.4
Browse files Browse the repository at this point in the history
Co-authored-by: Preethi Varambally <[email protected]>
Co-authored-by: Dave Walter <[email protected]>
  • Loading branch information
3 people committed Jan 16, 2025
1 parent 1687f72 commit 7a273d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ RUN bundle install && \
bundle exec gem build ops-manifest.gemspec && \
gem install ops-manifest-*.gem --no-document && \
gem uninstall json && \
gem install json --version 2.7.1
gem install json --version 2.7.1 && \
gem uninstall concurrent-ruby --force && \
gem install concurrent-ruby --version 1.3.4
RUN which ops-manifest

0 comments on commit 7a273d9

Please sign in to comment.