Skip to content

Commit

Permalink
v0.14 suppors only ruby 2.1 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Oct 28, 2015
1 parent bc3b302 commit 93552b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fluentd.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.has_rdoc = false
gem.license = "Apache-2.0"

gem.required_ruby_version = '>= 1.9.3'
gem.required_ruby_version = '>= 2.1'

gem.add_runtime_dependency("msgpack", [">= 0.7.0"])
gem.add_runtime_dependency("json", [">= 1.4.3"])
Expand All @@ -27,7 +27,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("sigdump", ["~> 0.2.2"])
gem.add_runtime_dependency("tzinfo", [">= 1.0.0"])
gem.add_runtime_dependency("tzinfo-data", [">= 1.0.0"])
gem.add_runtime_dependency("string-scrub", [">= 0.0.3"])
if /mswin|mingw/ =~ RUBY_PLATFORM
gem.add_runtime_dependency("win32-service", ["~> 0.8.3"])
gem.add_runtime_dependency("win32-ipc", ["~> 0.6.1"])
Expand Down

0 comments on commit 93552b4

Please sign in to comment.