Skip to content

Commit c9390b2

Browse files
committed
Update dependencies
1 parent cfa8d05 commit c9390b2

File tree

1 file changed

+64
-62
lines changed

1 file changed

+64
-62
lines changed

Gemfile.lock

Lines changed: 64 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,74 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.7.2)
5-
actionpack (= 7.0.7.2)
6-
activesupport (= 7.0.7.2)
4+
actioncable (7.0.8)
5+
actionpack (= 7.0.8)
6+
activesupport (= 7.0.8)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7.2)
10-
actionpack (= 7.0.7.2)
11-
activejob (= 7.0.7.2)
12-
activerecord (= 7.0.7.2)
13-
activestorage (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
9+
actionmailbox (7.0.8)
10+
actionpack (= 7.0.8)
11+
activejob (= 7.0.8)
12+
activerecord (= 7.0.8)
13+
activestorage (= 7.0.8)
14+
activesupport (= 7.0.8)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.7.2)
20-
actionpack (= 7.0.7.2)
21-
actionview (= 7.0.7.2)
22-
activejob (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
19+
actionmailer (7.0.8)
20+
actionpack (= 7.0.8)
21+
actionview (= 7.0.8)
22+
activejob (= 7.0.8)
23+
activesupport (= 7.0.8)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
29+
actionpack (7.0.8)
30+
actionview (= 7.0.8)
31+
activesupport (= 7.0.8)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.7.2)
37-
actionpack (= 7.0.7.2)
38-
activerecord (= 7.0.7.2)
39-
activestorage (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
36+
actiontext (7.0.8)
37+
actionpack (= 7.0.8)
38+
activerecord (= 7.0.8)
39+
activestorage (= 7.0.8)
40+
activesupport (= 7.0.8)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.7.2)
44-
activesupport (= 7.0.7.2)
43+
actionview (7.0.8)
44+
activesupport (= 7.0.8)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.7.2)
50-
activesupport (= 7.0.7.2)
49+
activejob (7.0.8)
50+
activesupport (= 7.0.8)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.7.2)
53-
activesupport (= 7.0.7.2)
54-
activerecord (7.0.7.2)
55-
activemodel (= 7.0.7.2)
56-
activesupport (= 7.0.7.2)
57-
activestorage (7.0.7.2)
58-
actionpack (= 7.0.7.2)
59-
activejob (= 7.0.7.2)
60-
activerecord (= 7.0.7.2)
61-
activesupport (= 7.0.7.2)
52+
activemodel (7.0.8)
53+
activesupport (= 7.0.8)
54+
activerecord (7.0.8)
55+
activemodel (= 7.0.8)
56+
activesupport (= 7.0.8)
57+
activestorage (7.0.8)
58+
actionpack (= 7.0.8)
59+
activejob (= 7.0.8)
60+
activerecord (= 7.0.8)
61+
activesupport (= 7.0.8)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7.2)
64+
activesupport (7.0.8)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
6969
addressable (2.8.5)
7070
public_suffix (>= 2.0.2, < 6.0)
71+
base64 (0.1.1)
7172
builder (3.2.4)
7273
colorator (1.1.0)
7374
concurrent-ruby (1.2.2)
@@ -78,20 +79,21 @@ GEM
7879
http_parser.rb (~> 0)
7980
erubi (1.12.0)
8081
eventmachine (1.2.7)
81-
faraday (2.7.10)
82+
faraday (2.7.11)
83+
base64
8284
faraday-net_http (>= 2.0, < 3.1)
8385
ruby2_keywords (>= 0.0.4)
8486
faraday-http-cache (2.5.0)
8587
faraday (>= 0.8)
8688
faraday-net_http (3.0.2)
87-
ffi (1.15.5)
89+
ffi (1.16.1)
8890
forwardable-extended (2.6.0)
8991
github_releases (0.0.6)
9092
httparty
9193
rails (>= 4.1)
92-
globalid (1.1.0)
93-
activesupport (>= 5.0)
94-
google-protobuf (3.24.2-x86_64-linux)
94+
globalid (1.2.1)
95+
activesupport (>= 6.1)
96+
google-protobuf (3.24.3-x86_64-linux)
9597
http_parser.rb (0.8.0)
9698
httparty (0.21.0)
9799
mini_mime (>= 1.0.0)
@@ -131,7 +133,7 @@ GEM
131133
jekyll (>= 3.7, < 5.0)
132134
jekyll-watch (2.2.1)
133135
listen (~> 3.0)
134-
just-the-docs (0.6.1)
136+
just-the-docs (0.6.2)
135137
jekyll (>= 3.8.5)
136138
jekyll-include-cache
137139
jekyll-seo-tag (>= 2.0)
@@ -160,7 +162,7 @@ GEM
160162
jekyll (>= 3.5, < 5.0)
161163
jekyll-feed (~> 0.9)
162164
jekyll-seo-tag (~> 2.1)
163-
minitest (5.19.0)
165+
minitest (5.20.0)
164166
multi_xml (0.6.0)
165167
net-imap (0.3.7)
166168
date
@@ -169,7 +171,7 @@ GEM
169171
net-protocol
170172
net-protocol (0.2.1)
171173
timeout
172-
net-smtp (0.3.3)
174+
net-smtp (0.4.0)
173175
net-protocol
174176
nio4r (2.5.9)
175177
nokogiri (1.15.4-x86_64-linux)
@@ -185,30 +187,30 @@ GEM
185187
rack (2.2.8)
186188
rack-test (2.1.0)
187189
rack (>= 1.3)
188-
rails (7.0.7.2)
189-
actioncable (= 7.0.7.2)
190-
actionmailbox (= 7.0.7.2)
191-
actionmailer (= 7.0.7.2)
192-
actionpack (= 7.0.7.2)
193-
actiontext (= 7.0.7.2)
194-
actionview (= 7.0.7.2)
195-
activejob (= 7.0.7.2)
196-
activemodel (= 7.0.7.2)
197-
activerecord (= 7.0.7.2)
198-
activestorage (= 7.0.7.2)
199-
activesupport (= 7.0.7.2)
190+
rails (7.0.8)
191+
actioncable (= 7.0.8)
192+
actionmailbox (= 7.0.8)
193+
actionmailer (= 7.0.8)
194+
actionpack (= 7.0.8)
195+
actiontext (= 7.0.8)
196+
actionview (= 7.0.8)
197+
activejob (= 7.0.8)
198+
activemodel (= 7.0.8)
199+
activerecord (= 7.0.8)
200+
activestorage (= 7.0.8)
201+
activesupport (= 7.0.8)
200202
bundler (>= 1.15.0)
201-
railties (= 7.0.7.2)
203+
railties (= 7.0.8)
202204
rails-dom-testing (2.2.0)
203205
activesupport (>= 5.0.0)
204206
minitest
205207
nokogiri (>= 1.6)
206208
rails-html-sanitizer (1.6.0)
207209
loofah (~> 2.21)
208210
nokogiri (~> 1.14)
209-
railties (7.0.7.2)
210-
actionpack (= 7.0.7.2)
211-
activesupport (= 7.0.7.2)
211+
railties (7.0.8)
212+
actionpack (= 7.0.8)
213+
activesupport (= 7.0.8)
212214
method_source
213215
rake (>= 12.2)
214216
thor (~> 1.0)
@@ -221,7 +223,7 @@ GEM
221223
rouge (4.1.3)
222224
ruby2_keywords (0.0.5)
223225
safe_yaml (1.0.5)
224-
sass-embedded (1.66.1)
226+
sass-embedded (1.68.0)
225227
google-protobuf (~> 3.23)
226228
rake (>= 13.0.0)
227229
sawyer (0.9.2)

0 commit comments

Comments
 (0)