Skip to content

Commit

Permalink
Merge pull request #10639 from lrytz/bundler25
Browse files Browse the repository at this point in the history
[backport] pin bundler below 2.5
  • Loading branch information
lrytz committed Dec 19, 2023
2 parents 0a974ce + d0e3d9a commit 81adeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
rvm: 2.7
install:
- ruby -v
- gem install bundler
- gem install bundler -v "< 2.5" #scala-dev#857
- bundler --version
- bundle install
script:
Expand Down

0 comments on commit 81adeb5

Please sign in to comment.