Skip to content

Commit

Permalink
Relax dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasparila committed Sep 28, 2019
1 parent 11c65a6 commit d4d77dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'octokit/version'
Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '>= 1', '< 3'
spec.add_dependency 'sawyer', '>= 0.5.3', '~> 0.8.0'
spec.add_dependency 'faraday', '>= 0.9', '< 2.0'
spec.add_dependency 'faraday', '>= 0.9'
spec.authors = ["Wynn Netherland", "Erik Michaels-Ober", "Clint Shryock"]
spec.description = %q{Simple wrapper for the GitHub API}
spec.email = ['wynn.netherland@gmail.com', 'sferik@gmail.com', 'clint@ctshryock.com']
Expand Down

0 comments on commit d4d77dc

Please sign in to comment.