Skip to content

Commit

Permalink
workaround for bundler-1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 20, 2016
1 parent 2a15e60 commit 477535e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
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
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem update --system
- gem --version
- gem install minitest --no-document
- gem install minitest bundler --no-document
build_script:
- net user
- net localgroup
test_script:
- ruby -Ilib exe/rake

environment:
matrix:
- ruby_version: "193"
Expand Down

0 comments on commit 477535e

Please sign in to comment.