Skip to content

Commit

Permalink
Bump rake version as per Github security alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrbennett committed Mar 1, 2020
1 parent 6152e04 commit 9456136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trick_bag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
end

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", '~> 10.1'
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", '~> 3.0'

unless /java/ === RUBY_PLATFORM
Expand Down

0 comments on commit 9456136

Please sign in to comment.