Skip to content

Commit

Permalink
Merge pull request #57 from asonas/sue445-patch-1
Browse files Browse the repository at this point in the history
Relax bundler dependency
  • Loading branch information
sue445 committed Dec 12, 2018
2 parents 416526e + e7f0752 commit a4aacea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatwork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "hashie"

spec.add_development_dependency "activesupport"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", ">= 1.3"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "dotenv"
spec.add_development_dependency "faraday_curl"
Expand Down

0 comments on commit a4aacea

Please sign in to comment.