mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Update sucker_punch gem to 2.0.4
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
c4d7698b20
commit
cb2c0ef5de
26
Gemfile.lock
26
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)
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user