Skip to content

Commit 711ee68

Browse files
committed
Fix bundler issues.
1 parent 6929e0d commit 711ee68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-http-faraday.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.add_development_dependency "async-rspec", "~> 1.2"
2323

24-
spec.add_development_dependency "bundler", "~> 1.3"
24+
spec.add_development_dependency "bundler"
2525
spec.add_development_dependency "rspec", "~> 3.6"
2626
spec.add_development_dependency "rake"
2727
end

0 commit comments

Comments
 (0)