Skip to content

Commit

Permalink
Don't pin bundler as new rubygems version resolve the problem
Browse files Browse the repository at this point in the history
* Fixes #1372
  • Loading branch information
PragTob committed Jan 25, 2017
1 parent 428a09b commit 5abc937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -27,9 +27,8 @@ notifications:
on_success: change # [always|never|change] # default: change
on_failure: change # [always|never|change] # default: always
before_install:
# Pinning to Bundler 1.13.7 until Rubygems with https://github.com/rubygems/rubygems/pull/1819
- gem uninstall -i /home/travis/.rvm/gems/jruby-9.1.7.0@global bundler
- gem install bundler -v "1.13.7"
- gem update --system
- gem install bundler
before_script:
- "export DISPLAY=:99.0"
- "export SWT_GTK3=0"
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -4,7 +4,8 @@ install:
- 7z x jruby-bin-9.1.6.0.zip -y
- SET PATH=C:\projects\jruby-9.1.6.0\bin;%PATH%
- cd shoes4
- gem install bundler -v "1.13.7"
- gem update --system
- gem install bundler
- bundle

build: off
Expand Down

0 comments on commit 5abc937

Please sign in to comment.