mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +00:00
Update rake dependency in Gemfile and Gemfile.lock to version 13.3.0 for improved compatibility and performance.
This commit is contained in:
parent
aa5412963f
commit
dd329804ae
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ source 'https://rubygems.org'
|
|||||||
# Specify your gem's dependencies in rabbit_carrots.gemspec
|
# Specify your gem's dependencies in rabbit_carrots.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'rake', '~> 13.1'
|
gem 'rake', '~> 13.3.0'
|
||||||
|
|
||||||
gem 'rspec', '~> 3.12'
|
gem 'rspec', '~> 3.12'
|
||||||
|
|
||||||
|
|||||||
@ -102,7 +102,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rabbit_carrots!
|
rabbit_carrots!
|
||||||
rake (~> 13.1)
|
rake (~> 13.3.0)
|
||||||
rspec (~> 3.12)
|
rspec (~> 3.12)
|
||||||
rubocop (~> 1.58)
|
rubocop (~> 1.58)
|
||||||
rubocop-rails (~> 2.22)
|
rubocop-rails (~> 2.22)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user