Skip to content

Commit 7a273d9

Browse files
rizwanrezapvaramballypivotdavewalter
committedJan 16, 2025
Force concurrent-ruby to install with version 1.3.4
Co-authored-by: Preethi Varambally <[email protected]> Co-authored-by: Dave Walter <[email protected]>
1 parent 1687f72 commit 7a273d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎internal/test/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ RUN bundle install && \
4242
bundle exec gem build ops-manifest.gemspec && \
4343
gem install ops-manifest-*.gem --no-document && \
4444
gem uninstall json && \
45-
gem install json --version 2.7.1
45+
gem install json --version 2.7.1 && \
46+
gem uninstall concurrent-ruby --force && \
47+
gem install concurrent-ruby --version 1.3.4
4648
RUN which ops-manifest

0 commit comments

Comments
 (0)