Skip to content

Commit 3471297

Browse files
authored
Update all Bundler dependencies (2025-03-10) (#122)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 0d931c1 commit 3471297

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- 3.0.3
1817
- 3.1.0
1918
- 3.2.2
2019
- 3.3.2

.rubocop.yml

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

3-
require:
3+
plugins:
44
- rubocop-rake
55
- rubocop-rspec
66

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77

88
gem "rake"
99
gem "rspec"
10-
gem "rubocop"
11-
gem "rubocop-rake"
12-
gem "rubocop-rspec", "~> 2.23.2", require: false # https://github.com/rubocop/rubocop-rspec/issues/1717
10+
gem "rubocop", require: false
11+
gem "rubocop-rake", require: false
12+
gem "rubocop-rspec", require: false
1313
gem "simplecov"

Gemfile.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
diff-lcs (>= 1.2.0, < 2.0)
3434
rspec-support (~> 3.13.0)
3535
rspec-support (3.13.2)
36-
rubocop (1.73.1)
36+
rubocop (1.73.2)
3737
json (~> 2.3)
3838
language_server-protocol (~> 3.17.0.2)
3939
lint_roller (~> 1.1.0)
@@ -46,17 +46,12 @@ GEM
4646
unicode-display_width (>= 2.4.0, < 4.0)
4747
rubocop-ast (1.38.1)
4848
parser (>= 3.3.1.0)
49-
rubocop-capybara (2.21.0)
50-
rubocop (~> 1.41)
51-
rubocop-factory_bot (2.26.1)
52-
rubocop (~> 1.61)
5349
rubocop-rake (0.7.1)
5450
lint_roller (~> 1.1)
5551
rubocop (>= 1.72.1)
56-
rubocop-rspec (2.23.2)
57-
rubocop (~> 1.33)
58-
rubocop-capybara (~> 2.17)
59-
rubocop-factory_bot (~> 2.22)
52+
rubocop-rspec (3.5.0)
53+
lint_roller (~> 1.1)
54+
rubocop (~> 1.72, >= 1.72.1)
6055
ruby-progressbar (1.13.0)
6156
simplecov (0.22.0)
6257
docile (~> 1.1)
@@ -77,8 +72,8 @@ DEPENDENCIES
7772
rspec
7873
rubocop
7974
rubocop-rake
80-
rubocop-rspec (~> 2.23.2)
75+
rubocop-rspec
8176
simplecov
8277

8378
BUNDLED WITH
84-
2.3.10
79+
2.6.2

0 commit comments

Comments
 (0)