Skip to content

Commit

Permalink
Update Ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Dec 25, 2023
1 parent 3bcd3fd commit 6d4a579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true

- name: Run tests
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true

- name: Run rubocop
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit_from:
- .rubocop/style.yml

AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
UseCache: True
NewCops: enable
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.4.19
2.5.3

0 comments on commit 6d4a579

Please sign in to comment.