Skip to content

Commit

Permalink
Fix gemspec by adding faraday dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed Nov 1, 2016
1 parent ec2f78e commit 556a882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
mrkt (0.6.2)
faraday (> 0.9.0, < 0.11.0)
faraday_middleware (> 0.9.0, < 0.11.0)

GEM
Expand Down
1 change: 1 addition & 0 deletions mrkt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '~> 2.0'

spec.add_dependency 'faraday', '> 0.9.0', '< 0.11.0'
spec.add_dependency 'faraday_middleware', '> 0.9.0', '< 0.11.0'

spec.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit 556a882

Please sign in to comment.