Skip to content

Commit

Permalink
Update dependency rake to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent 890a34d commit 71d527c
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
Expand Up @@ -36,7 +36,7 @@ gem 'octokit', '7.1.0'
gem 'pdd', '0.23.2'
gem 'rack', '2.2.8'
gem 'rack-test', '2.1.0'
gem 'rake', '13.0.6', require: false
gem 'rake', '13.1.0', require: false
gem 'rubocop', '1.55.1', require: false
gem 'rubocop-rspec', '2.23.2', require: false
gem 'ruby-fann', '1.4.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -232,7 +232,7 @@ DEPENDENCIES
pdd (= 0.23.2)
rack (= 2.2.8)
rack-test (= 2.1.0)
rake (= 13.0.6)
rake (= 13.1.0)
rubocop (= 1.55.1)
rubocop-rspec (= 2.23.2)
ruby-fann (= 1.4.1)
Expand Down

0 comments on commit 71d527c

Please sign in to comment.