Skip to content

Commit e65a85b

Browse files
authored
Merge pull request #56 from halorrr/update-ruby-to-3-3-0
update ruby to 3.3.0
2 parents d148b58 + 3b59d02 commit e65a85b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.2.2
18+
ruby-version: 3.3.0
1919
bundler-cache: true
2020
- name: Release Gem
2121
if: contains(github.ref, 'refs/tags/v')

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require:
77
- rubocop-rails
88

99
AllCops:
10-
TargetRubyVersion: 3.2.2
10+
TargetRubyVersion: 3.3.0
1111
NewCops: enable
1212
Exclude:
1313
- "sorbet/**/*"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ DEPENDENCIES
148148
toys
149149

150150
BUNDLED WITH
151-
2.4.19
151+
2.5.3

0 commit comments

Comments
 (0)