Update to Ruby 3.2

This commit is contained in:
Sebastian Serth
2023-01-02 10:16:23 +01:00
parent 6637f47d08
commit 0a36751896
4 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true
- name: Setup Node
@ -104,7 +104,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true
- name: Run rubocop

View File

@ -14,7 +14,7 @@ inherit_from:
- .rubocop_todo.yml
AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
TargetRailsVersion: 7.0
UseCache: True
NewCops: enable

View File

@ -1 +1 @@
3.1.3
3.2.0

View File

@ -274,7 +274,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.0.rc1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nyan-cat-formatter (0.12.0)
@ -386,12 +386,12 @@ GEM
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.1)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-github (2.4.0)
rspec-core (~> 3.0)
rspec-mocks (3.12.1)
rspec-mocks (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
@ -628,4 +628,4 @@ DEPENDENCIES
zxcvbn-ruby
BUNDLED WITH
2.4.1
2.4.3