Skip to content

Commit

Permalink
Merge pull request #67 from OpenGeoMetadata/relax-deps
Browse files Browse the repository at this point in the history
relax deps on bundler and rake
  • Loading branch information
mejackreed committed Dec 11, 2017
2 parents 6741501 + 4958c7c commit 385fb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geo_combine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sanitize'
spec.add_dependency 'thor'

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rspec-html-matchers'
end

0 comments on commit 385fb74

Please sign in to comment.