Skip to content

Commit

Permalink
Bump rake from 13.0.6 to 13.1.0 in /demo (#2348)
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 fc65e67 commit 4a1dd19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

rails_version = (ENV["RAILS_VERSION"] || "7.1.1").to_s

gem "rake", "~> 13.0"
gem "rake", "~> 13.1"
gem "rack-cors"
gem "sprockets"
gem "sprockets-rails"
Expand Down
4 changes: 2 additions & 2 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
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 @@ -368,7 +368,7 @@ DEPENDENCIES
puma (~> 6.4.0)
rack-cors
railties (= 7.1.1)
rake (~> 13.0)
rake (~> 13.1)
spring (~> 4.1)
spring-watcher-listen (~> 2.1)
sprockets
Expand Down

0 comments on commit 4a1dd19

Please sign in to comment.