Skip to content

Commit

Permalink
Adding Ruby 2.7 and newer bundler to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jgnagy committed Jan 20, 2021
1 parent 14da5e0 commit e9a40bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ cache: bundler
rvm:
- 2.5
- 2.6
before_install: gem install bundler -v 2.0.1
- 2.7
before_install: gem install bundler -v '~> 2.0'
deploy:
provider: rubygems
api_key:
Expand Down

0 comments on commit e9a40bc

Please sign in to comment.