1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

Add temporary workaround for failing build on Ruby 1.8.7

Rubygems broke builds on Ruby 1.8.7:

travis-ci/travis-ci#1793
rubygems/rubygems#763

This patch is a temporary workaround until rubygems is updated.
This commit is contained in:
Mark Dodwell 2014-01-11 14:15:51 -08:00
parent 9ed8954232
commit 669e4fd7a8

View file

@ -1,4 +1,10 @@
rvm:
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
rvm:
- 1.8.7
- 1.9.2
- 1.9.3