Skip to content

Commit 4900fe3

Browse files
chore(deps): bump the bundler group across 1 directory with 3 updates
Bumps the bundler group with 1 update in the /gems/kiqr directory: [actionpack](https://github.com/rails/rails). Updates `actionpack` from 7.1.3.2 to 7.1.3.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.2...v7.1.3.4) Updates `actiontext` from 7.1.3.2 to 7.1.3.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actiontext/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.2...v7.1.3.4) Updates `nokogiri` from 1.16.3 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.5) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect dependency-group: bundler - dependency-name: actiontext dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7103a78 commit 4900fe3

File tree

1 file changed

+65
-61
lines changed

1 file changed

+65
-61
lines changed

gems/kiqr/Gemfile.lock

+65-61
Original file line numberDiff line numberDiff line change
@@ -12,71 +12,71 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actioncable (7.1.3.2)
16-
actionpack (= 7.1.3.2)
17-
activesupport (= 7.1.3.2)
15+
actioncable (7.1.3.4)
16+
actionpack (= 7.1.3.4)
17+
activesupport (= 7.1.3.4)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
2020
zeitwerk (~> 2.6)
21-
actionmailbox (7.1.3.2)
22-
actionpack (= 7.1.3.2)
23-
activejob (= 7.1.3.2)
24-
activerecord (= 7.1.3.2)
25-
activestorage (= 7.1.3.2)
26-
activesupport (= 7.1.3.2)
21+
actionmailbox (7.1.3.4)
22+
actionpack (= 7.1.3.4)
23+
activejob (= 7.1.3.4)
24+
activerecord (= 7.1.3.4)
25+
activestorage (= 7.1.3.4)
26+
activesupport (= 7.1.3.4)
2727
mail (>= 2.7.1)
2828
net-imap
2929
net-pop
3030
net-smtp
31-
actionmailer (7.1.3.2)
32-
actionpack (= 7.1.3.2)
33-
actionview (= 7.1.3.2)
34-
activejob (= 7.1.3.2)
35-
activesupport (= 7.1.3.2)
31+
actionmailer (7.1.3.4)
32+
actionpack (= 7.1.3.4)
33+
actionview (= 7.1.3.4)
34+
activejob (= 7.1.3.4)
35+
activesupport (= 7.1.3.4)
3636
mail (~> 2.5, >= 2.5.4)
3737
net-imap
3838
net-pop
3939
net-smtp
4040
rails-dom-testing (~> 2.2)
41-
actionpack (7.1.3.2)
42-
actionview (= 7.1.3.2)
43-
activesupport (= 7.1.3.2)
41+
actionpack (7.1.3.4)
42+
actionview (= 7.1.3.4)
43+
activesupport (= 7.1.3.4)
4444
nokogiri (>= 1.8.5)
4545
racc
4646
rack (>= 2.2.4)
4747
rack-session (>= 1.0.1)
4848
rack-test (>= 0.6.3)
4949
rails-dom-testing (~> 2.2)
5050
rails-html-sanitizer (~> 1.6)
51-
actiontext (7.1.3.2)
52-
actionpack (= 7.1.3.2)
53-
activerecord (= 7.1.3.2)
54-
activestorage (= 7.1.3.2)
55-
activesupport (= 7.1.3.2)
51+
actiontext (7.1.3.4)
52+
actionpack (= 7.1.3.4)
53+
activerecord (= 7.1.3.4)
54+
activestorage (= 7.1.3.4)
55+
activesupport (= 7.1.3.4)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (7.1.3.2)
59-
activesupport (= 7.1.3.2)
58+
actionview (7.1.3.4)
59+
activesupport (= 7.1.3.4)
6060
builder (~> 3.1)
6161
erubi (~> 1.11)
6262
rails-dom-testing (~> 2.2)
6363
rails-html-sanitizer (~> 1.6)
64-
activejob (7.1.3.2)
65-
activesupport (= 7.1.3.2)
64+
activejob (7.1.3.4)
65+
activesupport (= 7.1.3.4)
6666
globalid (>= 0.3.6)
67-
activemodel (7.1.3.2)
68-
activesupport (= 7.1.3.2)
69-
activerecord (7.1.3.2)
70-
activemodel (= 7.1.3.2)
71-
activesupport (= 7.1.3.2)
67+
activemodel (7.1.3.4)
68+
activesupport (= 7.1.3.4)
69+
activerecord (7.1.3.4)
70+
activemodel (= 7.1.3.4)
71+
activesupport (= 7.1.3.4)
7272
timeout (>= 0.4.0)
73-
activestorage (7.1.3.2)
74-
actionpack (= 7.1.3.2)
75-
activejob (= 7.1.3.2)
76-
activerecord (= 7.1.3.2)
77-
activesupport (= 7.1.3.2)
73+
activestorage (7.1.3.4)
74+
actionpack (= 7.1.3.4)
75+
activejob (= 7.1.3.4)
76+
activerecord (= 7.1.3.4)
77+
activesupport (= 7.1.3.4)
7878
marcel (~> 1.0)
79-
activesupport (7.1.3.2)
79+
activesupport (7.1.3.4)
8080
base64
8181
bigdecimal
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -88,13 +88,13 @@ GEM
8888
tzinfo (~> 2.0)
8989
base64 (0.2.0)
9090
bcrypt (3.1.20)
91-
bigdecimal (3.1.7)
91+
bigdecimal (3.1.8)
9292
builder (3.2.4)
93-
concurrent-ruby (1.2.3)
93+
concurrent-ruby (1.3.1)
9494
connection_pool (2.4.1)
9595
crass (1.0.6)
9696
date (3.3.4)
97-
devise (4.9.3)
97+
devise (4.9.4)
9898
bcrypt (~> 3.0)
9999
orm_adapter (~> 0.1)
100100
railties (>= 4.1.0)
@@ -115,7 +115,7 @@ GEM
115115
globalid (1.2.1)
116116
activesupport (>= 6.1)
117117
hashie (5.0.0)
118-
i18n (1.14.4)
118+
i18n (1.14.5)
119119
concurrent-ruby (~> 1.0)
120120
io-console (0.7.2)
121121
irb (1.12.0)
@@ -131,7 +131,7 @@ GEM
131131
net-smtp
132132
marcel (1.0.4)
133133
mini_mime (1.1.5)
134-
minitest (5.22.3)
134+
minitest (5.23.1)
135135
mutex_m (0.2.0)
136136
net-imap (0.4.10)
137137
date
@@ -143,7 +143,9 @@ GEM
143143
net-smtp (0.5.0)
144144
net-protocol
145145
nio4r (2.7.1)
146-
nokogiri (1.16.3-arm64-darwin)
146+
nokogiri (1.16.5-arm64-darwin)
147+
racc (~> 1.4)
148+
nokogiri (1.16.5-x86_64-linux)
147149
racc (~> 1.4)
148150
omniauth (2.1.2)
149151
hashie (>= 3.4.6)
@@ -159,8 +161,8 @@ GEM
159161
activerecord (> 4.2)
160162
puma (6.4.2)
161163
nio4r (~> 2.0)
162-
racc (1.7.3)
163-
rack (3.0.10)
164+
racc (1.8.0)
165+
rack (3.0.11)
164166
rack-protection (4.0.0)
165167
base64 (>= 0.1.0)
166168
rack (>= 3.0.0, < 4)
@@ -171,30 +173,30 @@ GEM
171173
rackup (2.1.0)
172174
rack (>= 3)
173175
webrick (~> 1.8)
174-
rails (7.1.3.2)
175-
actioncable (= 7.1.3.2)
176-
actionmailbox (= 7.1.3.2)
177-
actionmailer (= 7.1.3.2)
178-
actionpack (= 7.1.3.2)
179-
actiontext (= 7.1.3.2)
180-
actionview (= 7.1.3.2)
181-
activejob (= 7.1.3.2)
182-
activemodel (= 7.1.3.2)
183-
activerecord (= 7.1.3.2)
184-
activestorage (= 7.1.3.2)
185-
activesupport (= 7.1.3.2)
176+
rails (7.1.3.4)
177+
actioncable (= 7.1.3.4)
178+
actionmailbox (= 7.1.3.4)
179+
actionmailer (= 7.1.3.4)
180+
actionpack (= 7.1.3.4)
181+
actiontext (= 7.1.3.4)
182+
actionview (= 7.1.3.4)
183+
activejob (= 7.1.3.4)
184+
activemodel (= 7.1.3.4)
185+
activerecord (= 7.1.3.4)
186+
activestorage (= 7.1.3.4)
187+
activesupport (= 7.1.3.4)
186188
bundler (>= 1.15.0)
187-
railties (= 7.1.3.2)
189+
railties (= 7.1.3.4)
188190
rails-dom-testing (2.2.0)
189191
activesupport (>= 5.0.0)
190192
minitest
191193
nokogiri (>= 1.6)
192194
rails-html-sanitizer (1.6.0)
193195
loofah (~> 2.21)
194196
nokogiri (~> 1.14)
195-
railties (7.1.3.2)
196-
actionpack (= 7.1.3.2)
197-
activesupport (= 7.1.3.2)
197+
railties (7.1.3.4)
198+
actionpack (= 7.1.3.4)
199+
activesupport (= 7.1.3.4)
198200
irb
199201
rackup (>= 1.0.0)
200202
rake (>= 12.2)
@@ -223,6 +225,7 @@ GEM
223225
activesupport (>= 5.2)
224226
sprockets (>= 3.0.0)
225227
sqlite3 (1.7.3-arm64-darwin)
228+
sqlite3 (1.7.3-x86_64-linux)
226229
stringio (3.1.0)
227230
thor (1.3.1)
228231
timeout (0.4.1)
@@ -238,6 +241,7 @@ GEM
238241

239242
PLATFORMS
240243
arm64-darwin
244+
x86_64-linux
241245

242246
DEPENDENCIES
243247
factory_bot (~> 6.4.3)

0 commit comments

Comments
 (0)