Skip to content

Commit 38b6335

Browse files
authored
Merge pull request #1220 from fatfreecrm/ruby32
Default to Ruby 3.2
2 parents 48c003c + a6c2d2c commit 38b6335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
ruby-version: ['3.1'] # , '2.7', '3.0'
20+
ruby-version: ['3.2'] # , '2.7', '3.0'
2121

2222
steps:
2323
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit_from: .rubocop_todo.yml
22

33
AllCops:
4-
TargetRubyVersion: 3.1
4+
TargetRubyVersion: 3.2
55

66
Bundler/OrderedGems:
77
Enabled: false

0 commit comments

Comments
 (0)