Skip to content

Commit

Permalink
Merge pull request #10637 from lrytz/sd857
Browse files Browse the repository at this point in the history
pin bundler below 2.5
  • Loading branch information
SethTisue committed Dec 18, 2023
2 parents c5873aa + a3371b6 commit c80c0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -129,9 +129,10 @@ jobs:
name: language spec
dist: focal
language: ruby
rvm: 2.7
install:
- ruby -v
- gem install bundler
- gem install bundler -v "< 2.5" #scala-dev#857
- bundler --version
- bundle install --path vendor/bundle
# cribbed from https://github.com/SebastiaanKlippert/go-wkhtmltopdf/blob/master/.travis.yml
Expand Down

0 comments on commit c80c0ff

Please sign in to comment.