Skip to content

Commit b0f6975

Browse files
authored
Merge pull request #192 from artichoke/dev/lopopolo-deps
Upgrade Ruby toolchain, pin prettier exactly
2 parents 91aed0c + 6001a66 commit b0f6975

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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

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/ruby-strftime/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)