Skip to content

Commit

Permalink
Bump rake from 13.0.6 to 13.1.0 (#2352)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 942af79 commit 7998e0c
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 @@ -9,7 +9,7 @@ rails_version = (ENV["RAILS_VERSION"] || "7.1.1").to_s
gem "rack", "~> 2.2"

gem "rack-cors"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
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 @@ -297,7 +297,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-cors
railties (= 7.1.1)
rake (~> 13.0)
rake (~> 13.1)
rubocop (= 1.13.0)
rubocop-github (~> 0.16.0)
rubocop-performance (~> 1.7)
Expand Down

0 comments on commit 7998e0c

Please sign in to comment.