Skip to content

Commit 36dcea5

Browse files
updates
1 parent c59d8b1 commit 36dcea5

File tree

8 files changed

+18
-17
lines changed

8 files changed

+18
-17
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.1
1+
23.11.0

.npm-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.8.2
1+
11.2.0

.rubocop.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
AllCops:
33
Exclude:
4-
- "*/node_modules/**/*"
5-
- "*/vendor/**/*"
6-
- node_modules/**/*
7-
- vendor/**/*
4+
- "**/node_modules/**/*"
5+
- "**/vendor/**/*"
6+
- "**/db/schema.rb"
87
NewCops: enable
9-
TargetRubyVersion: 3.3
8+
TargetRubyVersion: 3.4
109
Layout/ClosingHeredocIndentation:
1110
Enabled: false
1211
Layout/FirstArgumentIndentation:
@@ -23,6 +22,8 @@ Layout/MultilineMethodCallIndentation:
2322
Enabled: false
2423
Layout/MultilineOperationIndentation:
2524
Enabled: false
25+
Layout/SpaceInsideHashLiteralBraces:
26+
Enabled: false
2627
Lint/EmptyClass:
2728
Enabled: false
2829
Lint/MissingSuper:
@@ -119,11 +120,11 @@ Style/StringLiterals:
119120
Enabled: false
120121
Style/StringLiteralsInInterpolation:
121122
Enabled: false
122-
require:
123+
plugins:
123124
- rubocop-factory_bot
124125
- rubocop-performance
125126
- rubocop-rails
126127
- rubocop-rake
127128
- rubocop-rspec
128-
- rubocop-rspec_rails
129129
- rubocop-capybara
130+
- rubocop-rspec_rails

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.5
1+
3.4.2

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.3.5
1+
ruby 3.4.2
22
yarn 1.22.22
3-
nodejs 22.5.1
3+
nodejs 23.11.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
ruby "3.3.5"
7+
ruby "3.4.2"
88

99
gem "bundler-audit"
1010
gem "dorian"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"engines": {
4-
"node": "22.5.1",
5-
"npm": "10.8.2"
4+
"node": "23.11.0",
5+
"npm": "11.2.0"
66
}
77
}

0 commit comments

Comments
 (0)