Update Fluentd version in gemspec

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-04-20 17:54:44 +09:00
parent 3d249ee61e
commit 51677586d8
2 changed files with 14 additions and 10 deletions

View File

@ -7,7 +7,7 @@ PATH
bundler
diff-lcs
draper (~> 3.0)
fluentd (>= 0.10.56, < 0.14)
fluentd (>= 1.0.0, < 2)
font-awesome-rails
haml-rails (~> 1.0)
httpclient (~> 2.5)
@ -101,6 +101,7 @@ GEM
safe_yaml (~> 1.0.0)
crass (1.0.4)
diff-lcs (1.3)
dig_rb (1.0.1)
docile (1.3.0)
draper (3.0.1)
actionpack (~> 5.0)
@ -116,15 +117,16 @@ GEM
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
ffi (1.9.23)
fluentd (0.12.43)
cool.io (>= 1.2.2, < 2.0.0)
fluentd (1.1.3)
cool.io (>= 1.4.5, < 2.0.0)
dig_rb (~> 1.0.0)
http_parser.rb (>= 0.5.1, < 0.7.0)
json (>= 1.4.3)
msgpack (>= 0.5.11, < 2)
msgpack (>= 0.7.0, < 2.0.0)
serverengine (>= 2.0.4, < 3.0.0)
sigdump (~> 0.2.2)
string-scrub (>= 0.0.3, <= 0.0.5)
tzinfo (>= 1.0.0)
tzinfo-data (>= 1.0.0)
strptime (>= 0.2.2, < 1.0.0)
tzinfo (~> 1.0)
tzinfo-data (~> 1.0)
yajl-ruby (~> 1.0)
font-awesome-rails (4.7.0.4)
railties (>= 3.2, < 6.0)
@ -260,6 +262,8 @@ GEM
selenium-webdriver (3.11.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
serverengine (2.0.6)
sigdump (~> 0.2.2)
settingslogic (2.0.9)
sexp_processor (4.11.0)
sigdump (0.2.4)
@ -276,7 +280,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
string-scrub (0.0.5)
strptime (0.2.3)
sucker_punch (2.0.4)
concurrent-ruby (~> 1.0.0)
temple (0.8.0)

View File

@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_dependency "fluentd", [">= 0.10.56", "< 0.14"]
spec.add_dependency "fluentd", [">= 1.0.0", "< 2"]
spec.add_dependency 'rails', '~> 5.2.0'
spec.add_dependency "bootsnap", ">= 1.1.0"
spec.add_dependency 'sucker_punch', "~> 2.0.4"