Skip to content

Commit

Permalink
gemspec: Pick a good ruby2_keywords release (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 20, 2021
1 parent 0ed6480 commit e7ab94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'faraday-net_http', '~> 1.0'
spec.add_dependency 'multipart-post', '>= 1.2', '< 3'
spec.add_dependency 'ruby2_keywords'
spec.add_dependency 'ruby2_keywords', '>= 0.0.4'

# Includes `examples` and `spec` to allow external adapter gems to run Faraday unit and integration tests
spec.files = Dir['CHANGELOG.md', '{examples,lib,spec}/**/*', 'LICENSE.md', 'Rakefile', 'README.md']
Expand Down

0 comments on commit e7ab94f

Please sign in to comment.