Skip to content

Commit

Permalink
Relax rake version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Aug 14, 2024
1 parent c8430d6 commit 3ffbd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monetize.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 'money', '~> 6.12'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '~> 10.2'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'

if spec.respond_to?(:metadata)
Expand Down

0 comments on commit 3ffbd66

Please sign in to comment.