Skip to content

Commit

Permalink
loosen core upper bound dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTGreenwood committed Dec 9, 2015
1 parent 00da70f commit d549e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-output-slack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

# logstash-core > 2.0.0.snapshot3 requires jrjackson ~> 0.3.5, which requires
# JDK7.
core_upper_bound = "~> 2.0.0.snapshot3"
core_upper_bound = "< 3.0.0"
if RUBY_PLATFORM == 'java'
s.platform = RUBY_PLATFORM
if java.lang.System.get_property('java.version') < "1.7" # JDK6
Expand Down

0 comments on commit d549e2d

Please sign in to comment.