Skip to content

Commit

Permalink
Merge pull request #603 from revolter/patch-1
Browse files Browse the repository at this point in the history
Fix missing required dependency
  • Loading branch information
BanzaiMan authored Apr 8, 2020
2 parents f4cb78f + 13621c4 commit 9f5cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Gem::Specification.new do |s|
s.add_dependency "addressable", "~> 2.4.0" if RUBY_VERSION < "2.0"
s.add_dependency "launchy", "~> 2.1"
s.add_dependency "typhoeus", "~> 0.6", ">= 0.6.8"
s.add_dependency "json", "~> 1.8" if RUBY_VERSION < "2.0"
s.add_dependency "json", "~> 1.8"
s.add_dependency "pusher-client", "~> 0.4"
s.add_development_dependency "rspec", "~> 2.12"
s.add_development_dependency "rspec-its"
Expand Down

0 comments on commit 9f5cf25

Please sign in to comment.