Upgrade Ruby from 3.2.3 to 3.3.5
This commit is contained in:
parent
1421fedd7c
commit
e68be90066
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ require:
|
||||||
- rubocop-rake
|
- rubocop-rake
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 3.2
|
TargetRubyVersion: 3.3
|
||||||
DisplayCopNames: true
|
DisplayCopNames: true
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
|
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'bundler', '~> 2.4'
|
gem 'bundler', '~> 2.5'
|
||||||
gem 'pry', '~> 0.14'
|
gem 'pry', '~> 0.14'
|
||||||
gem 'rake', '~> 13.2'
|
gem 'rake', '~> 13.2'
|
||||||
gem 'rubocop', '~> 1.67'
|
gem 'rubocop', '~> 1.67'
|
||||||
|
|
|
@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
spec.homepage = home
|
spec.homepage = home
|
||||||
|
|
||||||
spec.required_ruby_version = '~> 3.2'
|
spec.required_ruby_version = '~> 3.3'
|
||||||
|
|
||||||
spec.authors = ['Alex Kotov']
|
spec.authors = ['Alex Kotov']
|
||||||
spec.email = [mail]
|
spec.email = [mail]
|
||||||
|
|
Loading…
Reference in a new issue