Skip to content

Commit

Permalink
Update dependency rake to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 985a336 commit c0f6e3b
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 @@ -38,7 +38,7 @@ gem 'pdd', '0.24.0'
gem 'rack', '3.0.10'
gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.2.0', require: false
gem 'rake', '13.2.1', require: false
gem 'rubocop', '1.63.0', require: false
gem 'rubocop-rspec', '2.29.1', require: false
gem 'ruby-fann', '2.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -261,7 +261,7 @@ DEPENDENCIES
rack (= 3.0.10)
rack-test (= 2.1.0)
rackup (= 2.1.0)
rake (= 13.2.0)
rake (= 13.2.1)
rubocop (= 1.63.0)
rubocop-rspec (= 2.29.1)
ruby-fann (= 2.0.2)
Expand Down

0 comments on commit c0f6e3b

Please sign in to comment.