Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Relax version constraint on Faraday. #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "http://rubygems.org"

gemspec
gem 'nokogiri', '~> 1.6.0' # >= 1.7 is incompatible with Ruby 2.0
gem 'codeclimate-test-reporter', group: :test, require: nil
4 changes: 2 additions & 2 deletions fullcontact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'webmock', '~> 1.6'
s.add_development_dependency 'yard', '~> 0.7'
s.add_runtime_dependency 'hashie', ['>= 2.0', '< 4.0']
s.add_runtime_dependency 'faraday', '~> 0.10.0'
s.add_runtime_dependency 'faraday_middleware', '>= 0.10'
s.add_runtime_dependency 'faraday', '~> 0.10'
s.add_runtime_dependency 'faraday_middleware', '~> 0.10'

s.author = 'FullContact, Inc.'
s.description = %q{A Ruby wrapper for the FullContact API}
Expand Down