Skip to content

Commit

Permalink
Require a non-vulnerable rake
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Jul 3, 2021
1 parent 0d8a312 commit c1fed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -22,7 +22,7 @@ end

group :test, :development do
gem 'memory_profiler'
gem "rake", "> 10.0"
gem "rake", ">= 12.3.3"
end

gem "idn-ruby", platform: :mri

0 comments on commit c1fed1c

Please sign in to comment.