Skip to content

Commit 1c6b34e

Browse files
author
Ben Lerner
committed
update rails from 7.0.6 to 7.0.8.4, and attendant action* gems as well
1 parent 0f579b6 commit 1c6b34e

File tree

2 files changed

+76
-76
lines changed

2 files changed

+76
-76
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- ruby -*-
22
source 'https://rubygems.org'
33

4-
gem 'rails', '~> 7.0'
4+
gem 'rails', '~> 7.0.6'
55
gem 'rack'
66
gem 'i18n'
77
gem 'net-http'

Gemfile.lock

+75-75
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.8.4)
5+
actionpack (= 7.0.8.4)
6+
activesupport (= 7.0.8.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.8.4)
10+
actionpack (= 7.0.8.4)
11+
activejob (= 7.0.8.4)
12+
activerecord (= 7.0.8.4)
13+
activestorage (= 7.0.8.4)
14+
activesupport (= 7.0.8.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.8.4)
20+
actionpack (= 7.0.8.4)
21+
actionview (= 7.0.8.4)
22+
activejob (= 7.0.8.4)
23+
activesupport (= 7.0.8.4)
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.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.8.4)
30+
actionview (= 7.0.8.4)
31+
activesupport (= 7.0.8.4)
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.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.8.4)
37+
actionpack (= 7.0.8.4)
38+
activerecord (= 7.0.8.4)
39+
activestorage (= 7.0.8.4)
40+
activesupport (= 7.0.8.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.8.4)
44+
activesupport (= 7.0.8.4)
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.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.8.4)
50+
activesupport (= 7.0.8.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
52+
activemodel (7.0.8.4)
53+
activesupport (= 7.0.8.4)
54+
activerecord (7.0.8.4)
55+
activemodel (= 7.0.8.4)
56+
activesupport (= 7.0.8.4)
5757
activerecord-import (1.4.1)
5858
activerecord (>= 4.2)
59-
activestorage (7.0.6)
60-
actionpack (= 7.0.6)
61-
activejob (= 7.0.6)
62-
activerecord (= 7.0.6)
63-
activesupport (= 7.0.6)
59+
activestorage (7.0.8.4)
60+
actionpack (= 7.0.8.4)
61+
activejob (= 7.0.8.4)
62+
activerecord (= 7.0.8.4)
63+
activesupport (= 7.0.8.4)
6464
marcel (~> 1.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (7.0.6)
66+
activesupport (7.0.8.4)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
@@ -96,7 +96,7 @@ GEM
9696
bootstrap-toggle-rails (2.2.1.0)
9797
bootstrap3-datetimepicker-rails (4.17.47)
9898
momentjs-rails (>= 2.8.1)
99-
builder (3.2.4)
99+
builder (3.3.0)
100100
bundler-audit (0.9.1)
101101
bundler (>= 1.2.0, < 3)
102102
thor (~> 1.0)
@@ -124,7 +124,7 @@ GEM
124124
coffee-script-source
125125
execjs
126126
coffee-script-source (1.12.2)
127-
concurrent-ruby (1.2.2)
127+
concurrent-ruby (1.3.4)
128128
crack (1.0.0)
129129
bigdecimal
130130
rexml
@@ -137,7 +137,7 @@ GEM
137137
activerecord (>= 5.a)
138138
database_cleaner-core (~> 2.0.0)
139139
database_cleaner-core (2.0.1)
140-
date (3.3.3)
140+
date (3.3.4)
141141
debug_inspector (1.1.0)
142142
devise (4.9.2)
143143
bcrypt (~> 3.0)
@@ -151,7 +151,7 @@ GEM
151151
docile (1.4.0)
152152
doorkeeper (5.6.6)
153153
railties (>= 5)
154-
erubi (1.12.0)
154+
erubi (1.13.0)
155155
erubis (2.7.0)
156156
execjs (2.8.1)
157157
factory_bot (6.2.1)
@@ -162,11 +162,11 @@ GEM
162162
ffi (1.15.5)
163163
font-awesome-rails (4.7.0.8)
164164
railties (>= 3.2, < 8.0)
165-
globalid (1.1.0)
166-
activesupport (>= 5.0)
165+
globalid (1.2.1)
166+
activesupport (>= 6.1)
167167
hashdiff (1.1.1)
168168
headless (2.3.1)
169-
i18n (1.14.1)
169+
i18n (1.14.5)
170170
concurrent-ruby (~> 1.0)
171171
jquery-rails (4.6.0)
172172
rails-dom-testing (>= 1, < 3)
@@ -186,20 +186,20 @@ GEM
186186
listen (3.8.0)
187187
rb-fsevent (~> 0.10, >= 0.10.3)
188188
rb-inotify (~> 0.9, >= 0.9.10)
189-
loofah (2.21.3)
189+
loofah (2.22.0)
190190
crass (~> 1.0.2)
191191
nokogiri (>= 1.12.0)
192192
mail (2.8.1)
193193
mini_mime (>= 0.1.1)
194194
net-imap
195195
net-pop
196196
net-smtp
197-
marcel (1.0.2)
197+
marcel (1.0.4)
198198
matrix (0.4.2)
199-
method_source (1.0.0)
200-
mini_mime (1.1.2)
199+
method_source (1.1.0)
200+
mini_mime (1.1.5)
201201
mini_portile2 (2.8.7)
202-
minitest (5.18.1)
202+
minitest (5.25.1)
203203
minitest-reporters (1.6.0)
204204
ansi
205205
builder
@@ -210,15 +210,15 @@ GEM
210210
msgpack (1.7.2)
211211
net-http (0.3.2)
212212
uri
213-
net-imap (0.3.6)
213+
net-imap (0.4.14)
214214
date
215215
net-protocol
216216
net-ldap (0.18.0)
217217
net-pop (0.1.2)
218218
net-protocol
219-
net-protocol (0.2.1)
219+
net-protocol (0.2.2)
220220
timeout
221-
net-smtp (0.3.3)
221+
net-smtp (0.5.0)
222222
net-protocol
223223
nio4r (2.7.3)
224224
nokogiri (1.16.7)
@@ -240,44 +240,44 @@ GEM
240240
puma (6.4.2)
241241
nio4r (~> 2.0)
242242
racc (1.8.1)
243-
rack (2.2.8.1)
243+
rack (2.2.9)
244244
rack-proxy (0.7.6)
245245
rack
246246
rack-test (2.1.0)
247247
rack (>= 1.3)
248-
rails (7.0.6)
249-
actioncable (= 7.0.6)
250-
actionmailbox (= 7.0.6)
251-
actionmailer (= 7.0.6)
252-
actionpack (= 7.0.6)
253-
actiontext (= 7.0.6)
254-
actionview (= 7.0.6)
255-
activejob (= 7.0.6)
256-
activemodel (= 7.0.6)
257-
activerecord (= 7.0.6)
258-
activestorage (= 7.0.6)
259-
activesupport (= 7.0.6)
248+
rails (7.0.8.4)
249+
actioncable (= 7.0.8.4)
250+
actionmailbox (= 7.0.8.4)
251+
actionmailer (= 7.0.8.4)
252+
actionpack (= 7.0.8.4)
253+
actiontext (= 7.0.8.4)
254+
actionview (= 7.0.8.4)
255+
activejob (= 7.0.8.4)
256+
activemodel (= 7.0.8.4)
257+
activerecord (= 7.0.8.4)
258+
activestorage (= 7.0.8.4)
259+
activesupport (= 7.0.8.4)
260260
bundler (>= 1.15.0)
261-
railties (= 7.0.6)
261+
railties (= 7.0.8.4)
262262
rails-controller-testing (1.0.5)
263263
actionpack (>= 5.0.1.rc1)
264264
actionview (>= 5.0.1.rc1)
265265
activesupport (>= 5.0.1.rc1)
266-
rails-dom-testing (2.1.1)
266+
rails-dom-testing (2.2.0)
267267
activesupport (>= 5.0.0)
268268
minitest
269269
nokogiri (>= 1.6)
270270
rails-html-sanitizer (1.6.0)
271271
loofah (~> 2.21)
272272
nokogiri (~> 1.14)
273-
railties (7.0.6)
274-
actionpack (= 7.0.6)
275-
activesupport (= 7.0.6)
273+
railties (7.0.8.4)
274+
actionpack (= 7.0.8.4)
275+
activesupport (= 7.0.8.4)
276276
method_source
277277
rake (>= 12.2)
278278
thor (~> 1.0)
279279
zeitwerk (~> 2.5)
280-
rake (13.1.0)
280+
rake (13.2.1)
281281
rb-fsevent (0.11.2)
282282
rb-inotify (0.10.1)
283283
ffi (~> 1.0)
@@ -317,9 +317,9 @@ GEM
317317
actionpack (>= 5.2)
318318
activesupport (>= 5.2)
319319
sprockets (>= 3.0.0)
320-
thor (1.2.2)
320+
thor (1.3.1)
321321
tilt (2.0.11)
322-
timeout (0.4.0)
322+
timeout (0.4.1)
323323
tzinfo (2.0.6)
324324
concurrent-ruby (~> 1.0)
325325
uglifier (4.2.0)
@@ -354,7 +354,7 @@ GEM
354354
yaml_db (0.7.0)
355355
rails (>= 3.0)
356356
rake (>= 0.8.7)
357-
zeitwerk (2.6.9)
357+
zeitwerk (2.6.17)
358358

359359
PLATFORMS
360360
ruby
@@ -404,7 +404,7 @@ DEPENDENCIES
404404
pry-rails
405405
puma
406406
rack
407-
rails (~> 7.0)
407+
rails (~> 7.0.6)
408408
rails-controller-testing
409409
rexml (= 3.2.6)
410410
rouge

0 commit comments

Comments
 (0)