From 71f0db7c7f7a57e26d0585c4a006f74b0dcb485f Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Fri, 15 Sep 2017 03:42:45 +0930 Subject: Bump Travis to new Ruby releases Most interesting to us, 2.4.2 and 2.3.5 include the fix for https://bugs.ruby-lang.org/issues/13632 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index abdba3909e..8a5f98eeea 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "rubocop", ">= 0.47", require: false gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false # https://github.com/puma/puma/pull/1345 -gem "stopgap_13632", platforms: :mri if %w(2.2.7 2.3.4 2.4.1).include? RUBY_VERSION +gem "stopgap_13632", platforms: :mri_22 group :doc do gem "sdoc", github: "robin850/sdoc", branch: "upgrade" -- cgit v1.2.3