Skip to content

Commit 6e85dca

Browse files
authored
(maint) Increase rake boundary
Prior to this commit the version of rake has a vulnerability. This commit increases the version of rake used to address the vulnerbility in the older version of rake.
1 parent 8957a20 commit 6e85dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem 'pry-byebug'
1111
gem 'pry-stack_explorer'
1212

13-
gem 'rake', '~> 10.0'
13+
gem 'rake', '>= 12.3.3'
1414
gem 'rspec', '~> 3.1'
1515
gem 'rspec-collection_matchers', '~> 1.0'
1616
gem 'rspec-its', '~> 1.0'

0 commit comments

Comments
 (0)