Skip to content

Commit

Permalink
Merge pull request #502 from welaika/update_bundler
Browse files Browse the repository at this point in the history
Update bundler dep to ~>2.0
  • Loading branch information
alessandro-fazzi authored Jan 4, 2019
2 parents 1412b26 + 064e69d commit b4e6790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ rvm:

cache: bundler

before_install:
- gem update --system
- gem install bundler

install:
- curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
- chmod +x wp-cli.phar
Expand Down
2 changes: 1 addition & 1 deletion wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.4.0"

spec.add_development_dependency "bundler", "~> 1.14", ">= 1.14.6"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "priscilla", "~> 1.0"
spec.add_development_dependency "pry-byebug", "~> 3.1"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit b4e6790

Please sign in to comment.