Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Update dependency rake to v12 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 5, 2020
1 parent 87660a3 commit a252c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rake', '< 11.0'
gem 'rake', '< 12.3.4'
gem 'rspec'
gem 'ruby-lint'
gem 'odania'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -259,7 +259,7 @@ DEPENDENCIES
guard-rspec
odania
public_suffix
rake (< 11.0)
rake (< 12.3.4)
rspec
ruby-lint

Expand Down

0 comments on commit a252c6e

Please sign in to comment.