Skip to content

Commit 8c36902

Browse files
authored
Merge pull request #83 from hlascelles/2026-04-26-update-dependabot
Update dependabot and gems
2 parents 04b6cf1 + 15ad084 commit 8c36902

4 files changed

Lines changed: 24 additions & 32 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ updates:
33
- package-ecosystem: bundler
44
directory: "/"
55
schedule:
6-
interval: semiannually
7-
open-pull-requests-limit: 10
6+
# Runs at 00:00 on the 1st day of March and September
7+
interval: "0 0 1 3,9 *"
8+
groups:
9+
everything:
10+
patterns:
11+
- "*" # Bundle update everything

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ build-iPhoneSimulator/
4444
/vendor/bundle
4545
/lib/bundler/man/
4646

47-
# for a library or gem, you might want to ignore these files since the code is
48-
# intended to run in multiple environments; otherwise, check them in:
49-
# Gemfile.lock
50-
# .ruby-version
51-
# .ruby-gemset
52-
5347
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
5448
.rvmrc
5549

@@ -62,7 +56,6 @@ build-iPhoneSimulator/
6256
/.idea/vcs.xml
6357
/target/
6458
.idea
65-
.ruby-version
6659
/spec/internal/log/
6760
/.rspec_status
6861
/pkg

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0.1

Gemfile.lock

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (8.1.2)
12+
activesupport (8.1.3)
1313
base64
1414
bigdecimal
1515
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -22,12 +22,12 @@ GEM
2222
securerandom (>= 0.3)
2323
tzinfo (~> 2.0, >= 2.0.5)
2424
uri (>= 0.13.1)
25-
addressable (2.8.9)
25+
addressable (2.9.0)
2626
public_suffix (>= 2.0.2, < 8.0)
2727
ast (2.4.3)
2828
awesome_print (1.9.2)
2929
base64 (0.3.0)
30-
bigdecimal (4.0.1)
30+
bigdecimal (4.1.2)
3131
byebug (13.0.0)
3232
reline (>= 0.6.0)
3333
coderay (1.1.3)
@@ -49,13 +49,13 @@ GEM
4949
concurrent-ruby (~> 1.0)
5050
dry-core (~> 1.1)
5151
zeitwerk (~> 2.6)
52-
dry-schema (1.15.0)
52+
dry-schema (1.16.0)
5353
concurrent-ruby (~> 1.0)
5454
dry-configurable (~> 1.0, >= 1.0.1)
5555
dry-core (~> 1.1)
5656
dry-initializer (~> 3.2)
5757
dry-logic (~> 1.6)
58-
dry-types (~> 1.8)
58+
dry-types (~> 1.9, >= 1.9.1)
5959
zeitwerk (~> 2.6)
6060
dry-types (1.9.1)
6161
bigdecimal (>= 3.0)
@@ -66,7 +66,7 @@ GEM
6666
zeitwerk (~> 2.6)
6767
fasterer (0.11.0)
6868
ruby_parser (>= 3.19.1)
69-
ferrum (0.17.1)
69+
ferrum (0.17.2)
7070
addressable (~> 2.5)
7171
base64 (~> 0.2)
7272
concurrent-ruby (~> 1.1)
@@ -75,21 +75,16 @@ GEM
7575
i18n (1.14.8)
7676
concurrent-ruby (~> 1.0)
7777
io-console (0.8.2)
78-
json (2.19.2)
79-
json-schema (6.1.0)
80-
addressable (~> 2.8)
81-
bigdecimal (>= 3.1, < 5)
78+
json (2.19.4)
8279
language_server-protocol (3.17.0.5)
8380
lint_roller (1.1.0)
8481
logger (1.7.0)
85-
mcp (0.7.1)
86-
json-schema (>= 4.1)
8782
method_source (1.1.0)
88-
minitest (6.0.2)
83+
minitest (6.0.5)
8984
drb (~> 2.0)
9085
prism (~> 1.5)
91-
parallel (1.27.0)
92-
parser (3.3.10.2)
86+
parallel (2.1.0)
87+
parser (3.3.11.1)
9388
ast (~> 2.4.1)
9489
racc
9590
prism (1.9.0)
@@ -100,18 +95,18 @@ GEM
10095
pry-byebug (3.12.0)
10196
byebug (~> 13.0)
10297
pry (>= 0.13, < 0.17)
103-
public_suffix (7.0.2)
98+
public_suffix (7.0.5)
10499
racc (1.8.1)
105-
rack (3.2.5)
100+
rack (3.2.6)
106101
rainbow (3.1.1)
107-
rake (13.3.1)
102+
rake (13.4.2)
108103
reek (6.5.0)
109104
dry-schema (~> 1.13)
110105
logger (~> 1.6)
111106
parser (~> 3.3.0)
112107
rainbow (>= 2.0, < 4.0)
113108
rexml (~> 3.1)
114-
regexp_parser (2.11.3)
109+
regexp_parser (2.12.0)
115110
reline (0.6.3)
116111
io-console (~> 0.5)
117112
rexml (3.4.4)
@@ -128,19 +123,18 @@ GEM
128123
diff-lcs (>= 1.2.0, < 2.0)
129124
rspec-support (~> 3.13.0)
130125
rspec-support (3.13.7)
131-
rubocop (1.85.0)
126+
rubocop (1.86.1)
132127
json (~> 2.3)
133128
language_server-protocol (~> 3.17.0.2)
134129
lint_roller (~> 1.1.0)
135-
mcp (~> 0.6)
136-
parallel (~> 1.10)
130+
parallel (>= 1.10)
137131
parser (>= 3.3.0.2)
138132
rainbow (>= 2.2.2, < 4.0)
139133
regexp_parser (>= 2.9.3, < 3.0)
140134
rubocop-ast (>= 1.49.0, < 2.0)
141135
ruby-progressbar (~> 1.7)
142136
unicode-display_width (>= 2.4.0, < 4.0)
143-
rubocop-ast (1.49.0)
137+
rubocop-ast (1.49.1)
144138
parser (>= 3.3.7.2)
145139
prism (~> 1.7)
146140
rubocop-magic_numbers (0.5.0)

0 commit comments

Comments
 (0)