Skip to content

Commit d83a945

Browse files
Merge branch 'master' of github.com:launchdarkly/ruby-client-private
2 parents 8a2969a + 6ebf107 commit d83a945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient-rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.add_runtime_dependency "hashdiff", "~> 0.2"
3434
spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.9.0"
3535
spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control
36-
36+
3737
if RUBY_VERSION >= '2.2.2'
3838
spec.add_runtime_dependency "nio4r", "< 3" # for maximum ruby version compatibility.
3939
else

0 commit comments

Comments
 (0)