Skip to content

Commit

Permalink
Fix missing required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored Jun 8, 2018
1 parent 11d6f6f commit 13621c4
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 @@ -340,7 +340,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 "sinatra", "~> 1.3"
Expand Down

0 comments on commit 13621c4

Please sign in to comment.