aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-09-15 03:42:45 +0930
committerMatthew Draper <matthew@trebex.net>2017-09-15 11:42:49 +0930
commit71f0db7c7f7a57e26d0585c4a006f74b0dcb485f (patch)
tree162651b31ab6398bf7379b08fb1a826ce11d4da4 /Gemfile
parent31a8e7c6264b76c3966ee3b0dcd14230ef390fa5 (diff)
downloadrails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.tar.gz
rails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.tar.bz2
rails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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"