mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-26 14:57:47 +00:00
Make jruby fix less error prone, by removing coupling with exact jruby version
This commit is contained in:
parent
3da1d36565
commit
dd5fced799
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ before_install:
|
||||||
# Without this workaround, for jruby builds, rubygems
|
# Without this workaround, for jruby builds, rubygems
|
||||||
# activates jruby stdlib minitest (v5.4.1) instead of the
|
# activates jruby stdlib minitest (v5.4.1) instead of the
|
||||||
# bundled version (v5.11.3).
|
# bundled version (v5.11.3).
|
||||||
- if [ "$TRAVIS_RUBY_VERSION" = "jruby-9.1.16.0" ]; then gem update --system 2.7.4; else gem update --system; fi
|
- if [ "${TRAVIS_RUBY_VERSION:0:5}" = "jruby" ]; then gem update --system 2.7.4; else gem update --system; fi
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue