Skip to content

Commit

Permalink
fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 28, 2015
1 parent 440ae20 commit a997168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wikidata-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |s|
s.add_dependency("faraday", "~> 0.9")
s.add_dependency("faraday_middleware", "~> 0.9")
s.add_dependency("hashie", "~> 3.3")
s.add_development_dependency("excon", "~> 0.40")
s.add_dependency("excon", "~> 0.40")

s.add_development_dependency("rspec", "~> 3.1")
s.add_development_dependency("webmock", "~> 1.18")
s.add_development_dependency("vcr", "~> 2.9")
Expand Down

0 comments on commit a997168

Please sign in to comment.