Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 5a5b09d

Browse files
author
Prem Sichanugrist
committed
Relax Bundler dependency
This were causing the build to not able to run, because Bundler is now at 1.7.x.
1 parent f65eaa5 commit 5a5b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeclimate-services.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "virtus", "1.0.0"
2323
spec.add_dependency "nokogiri", "~> 1.6.0"
2424
spec.add_dependency "activemodel", "~> 3.0"
25-
spec.add_development_dependency "bundler", "~> 1.6.2"
25+
spec.add_development_dependency "bundler", ">= 1.6.2"
2626
spec.add_development_dependency "rake"
2727
end

0 commit comments

Comments
 (0)