Skip to content

Commit 85002ae

Browse files
authored
Merge pull request #2038 from codidact/art/20260417-update-bundle
2 parents 21d4a7e + 4a1a2bc commit 85002ae

95 files changed

Lines changed: 5343 additions & 5315 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
RAILS_ENV: test
13-
RUBY_VERSION: 3.2
13+
RUBY_VERSION: 3.4
1414

1515
permissions:
1616
actions: write
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
ruby_version: [3.1, 3.2]
61+
ruby_version: [3.3, 3.4]
6262

6363
services:
6464
mysql: &db-service
@@ -110,7 +110,7 @@ jobs:
110110

111111
strategy:
112112
matrix:
113-
ruby_version: [3.1, 3.2]
113+
ruby_version: [3.3, 3.4]
114114

115115
services:
116116
mysql: *db-service

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Layout/SpaceAroundMethodCallOperator:
2525
Enabled: true
2626
Layout/SpaceInsideArrayLiteralBrackets:
2727
Enabled: true
28+
Layout/EndOfLine:
29+
EnforcedStyle: lf
2830

2931
Lint/DeprecatedOpenSSLConstant:
3032
Enabled: true

0 commit comments

Comments
 (0)