Skip to content

Commit 572a005

Browse files
committed
Upgrade Ruby toolchain to 3.4.x, bundler, and use RuboCop plugin infra, pin prettier exactly
1 parent 7f5866b commit 572a005

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
require: rubocop-rake
2+
plugins: rubocop-rake
33
AllCops:
44
NewCops: enable
5-
TargetRubyVersion: 3.2
5+
TargetRubyVersion: 3.4
66
DisplayCopNames: true
77
Exclude:
88
- "**/node_modules/**/*"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ DEPENDENCIES
5050
rubocop-rake (~> 0.7)
5151

5252
BUNDLED WITH
53-
2.5.23
53+
2.6.9

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://www.artichokeruby.org",
1515
"bugs": "https://github.com/artichoke/intaglio/issues",
1616
"devDependencies": {
17-
"prettier": "^3.5.3"
17+
"prettier": "3.5.3"
1818
},
1919
"scripts": {
2020
"fmt": "prettier --write \"**/*\""

0 commit comments

Comments
 (0)