diff options
author | Matthew Draper <matthew@trebex.net> | 2017-09-15 12:32:04 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2017-09-15 12:32:04 +0930 |
commit | 536d3068b964d5848ebc47292c21c0fb0450c17b (patch) | |
tree | e859a4ac4c01b2d13190e602abe7ec111005059f /Gemfile | |
parent | 3559daddfef18f26069d6ad1cf2ca9a3df36f095 (diff) | |
download | rails-536d3068b964d5848ebc47292c21c0fb0450c17b.tar.gz rails-536d3068b964d5848ebc47292c21c0fb0450c17b.tar.bz2 rails-536d3068b964d5848ebc47292c21c0fb0450c17b.zip |
Remove stopgap_13632 entirely for now: it doesn't support 2.2.8
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,9 +40,6 @@ gem "rubocop", ">= 0.47", require: false # https://github.com/guard/rb-inotify/pull/79 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 RUBY_VERSION == "2.2.8" - group :doc do gem "sdoc", github: "robin850/sdoc", branch: "upgrade" gem "redcarpet", "~> 3.2.3", platforms: :ruby |