Skip to content

Commit

Permalink
chore(deps): bump rake from 13.0.6 to 13.1.0 (#93)
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 2, 2023
1 parent c1b2c10 commit 1438fd1
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 @@ -7,7 +7,7 @@ gemspec

gem "faraday", ">= 1.0", "< 3.0"
gem "rails", ">= 6", "< 8"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"

group :development, :test do
gem "sqlite3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rails (>= 6, < 8)
rails_cloudflare_turnstile!
rake (~> 13.0)
rake (~> 13.1)
rspec (~> 3.0)
rspec-its (~> 1.3)
rspec-rails (~> 5)
Expand Down

0 comments on commit 1438fd1

Please sign in to comment.