From 3559daddfef18f26069d6ad1cf2ca9a3df36f095 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Fri, 15 Sep 2017 12:11:36 +0930 Subject: Stick with the RUBY_VERSION check on stopgap_13632 --- Gemfile | 2 +- Gemfile.lock | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8a5f98eeea..d2f4360881 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_22 +gem "stopgap_13632", platforms: :mri if RUBY_VERSION == "2.2.8" group :doc do gem "sdoc", github: "robin850/sdoc", branch: "upgrade" diff --git a/Gemfile.lock b/Gemfile.lock index c27b410bb9..787631ada5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -436,7 +436,6 @@ GEM sqlite3 (1.3.13-x64-mingw32) sqlite3 (1.3.13-x86-mingw32) stackprof (0.2.10) - stopgap_13632 (1.0.1) sucker_punch (2.0.2) concurrent-ruby (~> 1.0.0) thin (1.7.2) @@ -533,7 +532,6 @@ DEPENDENCIES sprockets-export sqlite3 (~> 1.3.6) stackprof - stopgap_13632 sucker_punch turbolinks (~> 5) tzinfo-data -- cgit v1.2.3