Skip to content

Commit

Permalink
Bump Ruby and rake version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
topalovic committed Feb 3, 2023
1 parent 8145132 commit 7b98382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duplo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Gem::Specification.new do |s|

s.test_files = Dir['spec/**/*_spec.rb']

s.add_development_dependency "rake", "~> 10.0"
s.add_development_dependency "rake", "~> 13.0"
s.add_development_dependency "rspec", "~> 3.2"

s.required_ruby_version = ">= 1.9.2"
s.required_ruby_version = ">= 2.2.0"
end

0 comments on commit 7b98382

Please sign in to comment.