Skip to content

Commit 7badf2e

Browse files
committed
bundle update
1 parent b0ecb78 commit 7badf2e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ updates:
33
- package-ecosystem: bundler
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
open-pull-requests-limit: 10
88
- package-ecosystem: github-actions
99
directory: "/"
1010
schedule:
11-
interval: daily
11+
interval: weekly
1212
open-pull-requests-limit: 10

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 44673c80bde08f17659a709279972827ffa0ae64
3+
revision: 1201cb1009e783fbeca62addecd12b272f830df3
44
branch: main
55
specs:
66
actioncable (8.1.0.alpha)
@@ -192,20 +192,20 @@ GEM
192192
net-protocol
193193
net-ssh (7.3.0)
194194
nio4r (2.7.4)
195-
nokogiri (1.16.8-aarch64-linux)
195+
nokogiri (1.17.0-aarch64-linux)
196196
racc (~> 1.4)
197-
nokogiri (1.16.8-arm-linux)
197+
nokogiri (1.17.0-arm-linux)
198198
racc (~> 1.4)
199-
nokogiri (1.16.8-arm64-darwin)
199+
nokogiri (1.17.0-arm64-darwin)
200200
racc (~> 1.4)
201-
nokogiri (1.16.8-x86-linux)
201+
nokogiri (1.17.0-x86-linux)
202202
racc (~> 1.4)
203-
nokogiri (1.16.8-x86_64-darwin)
203+
nokogiri (1.17.0-x86_64-darwin)
204204
racc (~> 1.4)
205-
nokogiri (1.16.8-x86_64-linux)
205+
nokogiri (1.17.0-x86_64-linux)
206206
racc (~> 1.4)
207207
ostruct (0.6.1)
208-
pagy (9.3.2)
208+
pagy (9.3.3)
209209
parallel (1.26.3)
210210
parser (3.3.6.0)
211211
ast (~> 2.4.1)
@@ -283,7 +283,7 @@ GEM
283283
rexml (~> 3.2, >= 3.2.5)
284284
rubyzip (>= 1.2.2, < 3.0)
285285
websocket (~> 1.0)
286-
solid_cable (3.0.2)
286+
solid_cable (3.0.4)
287287
actioncable (>= 7.2)
288288
activejob (>= 7.2)
289289
activerecord (>= 7.2)

0 commit comments

Comments
 (0)