mirror of https://github.com/rails/rails
Remove stopgap_13632 entirely for now: it doesn't support 2.2.8
This commit is contained in:
parent
3559daddfe
commit
536d3068b9
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue