aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-11-26 20:52:11 +1030
committerMatthew Draper <matthew@trebex.net>2017-11-26 20:52:11 +1030
commitcdc46750ca4ae2fc21020b36d5b94fd708d7b5d2 (patch)
tree5d4026769ccbfef12d819fee953a35317083ebff /Gemfile
parent3ba20c7fa29b62fa5e39b234f970f93b755b8042 (diff)
downloadrails-cdc46750ca4ae2fc21020b36d5b94fd708d7b5d2.tar.gz
rails-cdc46750ca4ae2fc21020b36d5b94fd708d7b5d2.tar.bz2
rails-cdc46750ca4ae2fc21020b36d5b94fd708d7b5d2.zip
Revert "Remove stopgap_13632 entirely for now: it doesn't support 2.2.8"
This reverts commit 536d3068b964d5848ebc47292c21c0fb0450c17b.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4a7f5210d3..3c26d1eb18 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,6 +37,9 @@ 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