Update rake dependency in Gemfile and Gemfile.lock to version 13.3.0 for improved compatibility and performance.

This commit is contained in:
Ari Karim 2026-01-18 10:04:17 +03:00
parent aa5412963f
commit dd329804ae
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in rabbit_carrots.gemspec
gemspec
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.3.0'
gem 'rspec', '~> 3.12'

View File

@ -102,7 +102,7 @@ PLATFORMS
DEPENDENCIES
rabbit_carrots!
rake (~> 13.1)
rake (~> 13.3.0)
rspec (~> 3.12)
rubocop (~> 1.58)
rubocop-rails (~> 2.22)