Skip to content

Commit

Permalink
Merge pull request #4 from treasure-data/update_bundler_version
Browse files Browse the repository at this point in the history
update bundler version
  • Loading branch information
takkanm committed Dec 16, 2015
2 parents a943b7a + b36b6a2 commit df2a11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: jruby
before_install:
- rvm get head --auto-dotfiles
- rvm install jruby-9.0.1.0
- gem install bundler
- gem update bundler
- gem install bundler --version 1.10.6
- bundle install
script:
- bundle exec rake cov
2 changes: 1 addition & 1 deletion embulk-output-mailchimp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'perfect_retry', "~> 0.3"

spec.add_development_dependency 'embulk', ['~> 0.7.9']
spec.add_development_dependency 'bundler', ['~> 1.0']
spec.add_development_dependency 'bundler', ['~> 1.10.6']
spec.add_development_dependency 'rake', ['>= 10.0']
spec.add_development_dependency 'test-unit'
spec.add_development_dependency 'test-unit-rr'
Expand Down

0 comments on commit df2a11d

Please sign in to comment.