diff options
author | Matthew Draper <matthew@trebex.net> | 2017-09-15 12:11:36 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2017-09-15 12:11:36 +0930 |
commit | 3559daddfef18f26069d6ad1cf2ca9a3df36f095 (patch) | |
tree | 7f12438ff37a01fcf02a7bda25b0f02b6e193770 /Gemfile | |
parent | 71f0db7c7f7a57e26d0585c4a006f74b0dcb485f (diff) | |
download | rails-3559daddfef18f26069d6ad1cf2ca9a3df36f095.tar.gz rails-3559daddfef18f26069d6ad1cf2ca9a3df36f095.tar.bz2 rails-3559daddfef18f26069d6ad1cf2ca9a3df36f095.zip |
Stick with the RUBY_VERSION check on stopgap_13632
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_22 +gem "stopgap_13632", platforms: :mri if RUBY_VERSION == "2.2.8" group :doc do gem "sdoc", github: "robin850/sdoc", branch: "upgrade" |