mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-06 22:37:16 +02:00
Add bootsnap gem
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
1a87236714
commit
e5622f3ca6
@ -3,6 +3,7 @@ PATH
|
||||
specs:
|
||||
fluentd-ui (0.4.5)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
diff-lcs
|
||||
draper (~> 3.0)
|
||||
@ -78,6 +79,8 @@ GEM
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
bindex (0.5.0)
|
||||
bootsnap (1.3.0)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.3)
|
||||
capybara (3.0.2)
|
||||
addressable
|
||||
@ -280,7 +283,7 @@ GEM
|
||||
timecop (0.8.1)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2018.4)
|
||||
tzinfo-data (1.2018.5)
|
||||
tzinfo (>= 1.0.0)
|
||||
web-console (3.6.0)
|
||||
actionview (>= 5.0)
|
||||
@ -296,7 +299,7 @@ GEM
|
||||
websocket-extensions (0.1.3)
|
||||
xpath (3.0.0)
|
||||
nokogiri (~> 1.8)
|
||||
yajl-ruby (1.3.1)
|
||||
yajl-ruby (1.4.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.add_dependency "fluentd", [">= 0.10.56", "< 0.14"]
|
||||
spec.add_dependency 'rails', '~> 5.2.0'
|
||||
spec.add_dependency "bootsnap", ">= 1.1.0"
|
||||
spec.add_dependency 'sucker_punch', "~> 2.0.4"
|
||||
spec.add_dependency 'addressable'
|
||||
spec.add_dependency "font-awesome-rails"
|
||||
|
Loading…
Reference in New Issue
Block a user