From cb2c0ef5de3fa4a7796af411b0217e99fe8ad881 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 19 Apr 2018 10:17:52 +0900 Subject: [PATCH] Update sucker_punch gem to 2.0.4 Signed-off-by: Kenji Okimoto --- Gemfile.lock | 26 +++----------------------- fluentd-ui.gemspec | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c25f898..44ea7fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ PATH rubyzip (~> 1.1) sass-rails (~> 5.0.7) settingslogic - sucker_punch (~> 1.6.0) + sucker_punch (~> 2.0.4) thor GEM @@ -85,23 +85,6 @@ GEM capybara-screenshot (1.0.19) capybara (>= 1.0, < 4) launchy - celluloid (0.17.3) - celluloid-essentials - celluloid-extras - celluloid-fsm - celluloid-pool - celluloid-supervision - timers (>= 4.1.1) - celluloid-essentials (0.20.5) - timers (>= 4.1.1) - celluloid-extras (0.20.5) - timers (>= 4.1.1) - celluloid-fsm (0.20.5) - timers (>= 4.1.1) - celluloid-pool (0.20.5) - timers (>= 4.1.1) - celluloid-supervision (0.20.6) - timers (>= 4.1.1) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) coderay (1.1.1) @@ -149,7 +132,6 @@ GEM html2haml (>= 1.0.1) railties (>= 4.0.1) hashdiff (0.3.7) - hitimes (1.2.6) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) @@ -280,15 +262,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) string-scrub (0.0.5) - sucker_punch (1.6.0) - celluloid (~> 0.17.2) + sucker_punch (2.0.4) + concurrent-ruby (~> 1.0.0) temple (0.8.0) thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) timecop (0.8.1) - timers (4.1.2) - hitimes tzinfo (1.2.5) thread_safe (~> 0.1) tzinfo-data (1.2018.4) diff --git a/fluentd-ui.gemspec b/fluentd-ui.gemspec index 8457e7a..1e0c066 100644 --- a/fluentd-ui.gemspec +++ b/fluentd-ui.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.add_dependency "fluentd", [">= 0.10.56", "< 0.14"] spec.add_dependency 'rails', '~> 5.0.0' - spec.add_dependency 'sucker_punch', "~> 1.6.0" + spec.add_dependency 'sucker_punch', "~> 2.0.4" spec.add_dependency 'addressable' spec.add_dependency "font-awesome-rails" spec.add_dependency 'sass-rails', '~> 5.0.7'