Skip to content

Commit

Permalink
feat: relax dependecy versions
Browse files Browse the repository at this point in the history
Previously bundler and rake were locked to old versions that don't work
with Ruby 3.
  • Loading branch information
rradonic committed Oct 12, 2023
1 parent dfd999f commit b6ad564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domain_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "activemodel"

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "~> 10.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit b6ad564

Please sign in to comment.