Skip to content

Commit

Permalink
added workaround for bundler internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 15, 2016
1 parent 1aa2db8 commit 2d7668d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rvm:
- jruby-9.1.0.0
- jruby-head
before_install:
- gem install bundler -v '~> 1.12.5' --no-document
- gem install bundler --no-document
before_script:
- unset JRUBY_OPTS
script: ruby -Ilib exe/rake
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

# XXX: https://github.com/bundler/bundler/pull/4981
require "bundler/plugin/api/source"

require "bundler/gem_tasks"
require "rake/testtask"
require "rdoc/task"
Expand Down

0 comments on commit 2d7668d

Please sign in to comment.