Skip to content

Commit b58db63

Browse files
committed
Update rails to latest 7.0 release: 7.0.8.7
1 parent 7d3cd6c commit b58db63

2 files changed

Lines changed: 67 additions & 64 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '3.1.2'
33

44
### Basic Framework
5-
gem 'rails', '7.0.7'
5+
gem 'rails', '7.0.8.7'
66
gem 'jbuilder' # DSL for building JSON view templates
77
gem 'haml-rails' # HTML template language, used instead of ERB
88
gem 'bootsnap', require: false # Makes rails boot faster via caching

Gemfile.lock

Lines changed: 66 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -58,71 +58,71 @@ GIT
5858
GEM
5959
remote: https://rubygems.org/
6060
specs:
61-
actioncable (7.0.7)
62-
actionpack (= 7.0.7)
63-
activesupport (= 7.0.7)
61+
actioncable (7.0.8.7)
62+
actionpack (= 7.0.8.7)
63+
activesupport (= 7.0.8.7)
6464
nio4r (~> 2.0)
6565
websocket-driver (>= 0.6.1)
66-
actionmailbox (7.0.7)
67-
actionpack (= 7.0.7)
68-
activejob (= 7.0.7)
69-
activerecord (= 7.0.7)
70-
activestorage (= 7.0.7)
71-
activesupport (= 7.0.7)
66+
actionmailbox (7.0.8.7)
67+
actionpack (= 7.0.8.7)
68+
activejob (= 7.0.8.7)
69+
activerecord (= 7.0.8.7)
70+
activestorage (= 7.0.8.7)
71+
activesupport (= 7.0.8.7)
7272
mail (>= 2.7.1)
7373
net-imap
7474
net-pop
7575
net-smtp
76-
actionmailer (7.0.7)
77-
actionpack (= 7.0.7)
78-
actionview (= 7.0.7)
79-
activejob (= 7.0.7)
80-
activesupport (= 7.0.7)
76+
actionmailer (7.0.8.7)
77+
actionpack (= 7.0.8.7)
78+
actionview (= 7.0.8.7)
79+
activejob (= 7.0.8.7)
80+
activesupport (= 7.0.8.7)
8181
mail (~> 2.5, >= 2.5.4)
8282
net-imap
8383
net-pop
8484
net-smtp
8585
rails-dom-testing (~> 2.0)
86-
actionpack (7.0.7)
87-
actionview (= 7.0.7)
88-
activesupport (= 7.0.7)
86+
actionpack (7.0.8.7)
87+
actionview (= 7.0.8.7)
88+
activesupport (= 7.0.8.7)
8989
rack (~> 2.0, >= 2.2.4)
9090
rack-test (>= 0.6.3)
9191
rails-dom-testing (~> 2.0)
9292
rails-html-sanitizer (~> 1.0, >= 1.2.0)
93-
actiontext (7.0.7)
94-
actionpack (= 7.0.7)
95-
activerecord (= 7.0.7)
96-
activestorage (= 7.0.7)
97-
activesupport (= 7.0.7)
93+
actiontext (7.0.8.7)
94+
actionpack (= 7.0.8.7)
95+
activerecord (= 7.0.8.7)
96+
activestorage (= 7.0.8.7)
97+
activesupport (= 7.0.8.7)
9898
globalid (>= 0.6.0)
9999
nokogiri (>= 1.8.5)
100-
actionview (7.0.7)
101-
activesupport (= 7.0.7)
100+
actionview (7.0.8.7)
101+
activesupport (= 7.0.8.7)
102102
builder (~> 3.1)
103103
erubi (~> 1.4)
104104
rails-dom-testing (~> 2.0)
105105
rails-html-sanitizer (~> 1.1, >= 1.2.0)
106106
active_model_serializers (0.8.4)
107107
activemodel (>= 3.0)
108-
activejob (7.0.7)
109-
activesupport (= 7.0.7)
108+
activejob (7.0.8.7)
109+
activesupport (= 7.0.8.7)
110110
globalid (>= 0.3.6)
111-
activemodel (7.0.7)
112-
activesupport (= 7.0.7)
113-
activerecord (7.0.7)
114-
activemodel (= 7.0.7)
115-
activesupport (= 7.0.7)
116-
activerecord-import (1.5.0)
111+
activemodel (7.0.8.7)
112+
activesupport (= 7.0.8.7)
113+
activerecord (7.0.8.7)
114+
activemodel (= 7.0.8.7)
115+
activesupport (= 7.0.8.7)
116+
activerecord-import (2.2.0)
117117
activerecord (>= 4.2)
118-
activestorage (7.0.7)
119-
actionpack (= 7.0.7)
120-
activejob (= 7.0.7)
121-
activerecord (= 7.0.7)
122-
activesupport (= 7.0.7)
118+
activestorage (7.0.8.7)
119+
actionpack (= 7.0.8.7)
120+
activejob (= 7.0.8.7)
121+
activerecord (= 7.0.8.7)
122+
activesupport (= 7.0.8.7)
123123
marcel (~> 1.0)
124124
mini_mime (>= 1.1.0)
125-
activesupport (7.0.7)
125+
activesupport (7.0.8.7)
126126
concurrent-ruby (~> 1.0, >= 1.0.2)
127127
i18n (>= 1.6, < 2)
128128
minitest (>= 5.1)
@@ -137,6 +137,7 @@ GEM
137137
activerecord (>= 3.2, < 8.0)
138138
rake (>= 10.4, < 14.0)
139139
ast (2.4.2)
140+
base64 (0.3.0)
140141
bcrypt (3.1.16)
141142
better_errors (2.9.1)
142143
coderay (>= 1.0.0)
@@ -257,8 +258,8 @@ GEM
257258
fuzzily_reloaded (1.0.1)
258259
activerecord (>= 5.1)
259260
glob (0.4.0)
260-
globalid (1.0.1)
261-
activesupport (>= 5.0)
261+
globalid (1.2.1)
262+
activesupport (>= 6.1)
262263
griddler (1.5.2)
263264
htmlentities
264265
rails (>= 3.2.0)
@@ -306,7 +307,7 @@ GEM
306307
i18n-js (4.2.2)
307308
glob (>= 0.4.0)
308309
i18n
309-
jbuilder (2.11.5)
310+
jbuilder (2.13.0)
310311
actionview (>= 5.0.0)
311312
activesupport (>= 5.0.0)
312313
json (2.6.2)
@@ -381,7 +382,7 @@ GEM
381382
omniauth-oauth (1.2.0)
382383
oauth
383384
omniauth (>= 1.0, < 3)
384-
omniauth-rails_csrf_protection (1.0.1)
385+
omniauth-rails_csrf_protection (1.0.2)
385386
actionpack (>= 4.2)
386387
omniauth (~> 2.0)
387388
openssl (3.0.0)
@@ -397,8 +398,9 @@ GEM
397398
addressable
398399
css_parser (>= 1.12.0)
399400
htmlentities (>= 4.0.0)
400-
premailer-rails (1.11.1)
401+
premailer-rails (1.12.0)
401402
actionmailer (>= 3)
403+
net-smtp
402404
premailer (~> 1.7, >= 1.7.9)
403405
pry (0.14.1)
404406
coderay (~> 1.1)
@@ -421,20 +423,20 @@ GEM
421423
rack
422424
rack-test (2.1.0)
423425
rack (>= 1.3)
424-
rails (7.0.7)
425-
actioncable (= 7.0.7)
426-
actionmailbox (= 7.0.7)
427-
actionmailer (= 7.0.7)
428-
actionpack (= 7.0.7)
429-
actiontext (= 7.0.7)
430-
actionview (= 7.0.7)
431-
activejob (= 7.0.7)
432-
activemodel (= 7.0.7)
433-
activerecord (= 7.0.7)
434-
activestorage (= 7.0.7)
435-
activesupport (= 7.0.7)
426+
rails (7.0.8.7)
427+
actioncable (= 7.0.8.7)
428+
actionmailbox (= 7.0.8.7)
429+
actionmailer (= 7.0.8.7)
430+
actionpack (= 7.0.8.7)
431+
actiontext (= 7.0.8.7)
432+
actionview (= 7.0.8.7)
433+
activejob (= 7.0.8.7)
434+
activemodel (= 7.0.8.7)
435+
activerecord (= 7.0.8.7)
436+
activestorage (= 7.0.8.7)
437+
activesupport (= 7.0.8.7)
436438
bundler (>= 1.15.0)
437-
railties (= 7.0.7)
439+
railties (= 7.0.8.7)
438440
rails-controller-testing (1.0.5)
439441
actionpack (>= 5.0.1.rc1)
440442
actionview (>= 5.0.1.rc1)
@@ -449,9 +451,9 @@ GEM
449451
ruby-graphviz (~> 1.2)
450452
rails-html-sanitizer (1.4.4)
451453
loofah (~> 2.19, >= 2.19.1)
452-
railties (7.0.7)
453-
actionpack (= 7.0.7)
454-
activesupport (= 7.0.7)
454+
railties (7.0.8.7)
455+
actionpack (= 7.0.8.7)
456+
activesupport (= 7.0.8.7)
455457
method_source
456458
rake (>= 12.2)
457459
thor (~> 1.0)
@@ -550,7 +552,7 @@ GEM
550552
sentry-ruby-core (~> 5.3.1)
551553
sidekiq (>= 3.0)
552554
shellany (0.0.1)
553-
shoulda-matchers (5.3.0)
555+
shoulda-matchers (6.5.0)
554556
activesupport (>= 5.2.0)
555557
sidekiq (6.5.7)
556558
connection_pool (>= 2.2.5)
@@ -565,7 +567,7 @@ GEM
565567
concurrent-ruby (~> 1.0, >= 1.0.5)
566568
sidekiq (>= 5.0, < 8.0)
567569
thor (>= 0.20, < 3.0)
568-
simple_form (5.2.0)
570+
simple_form (5.3.1)
569571
actionpack (>= 5.2)
570572
activemodel (>= 5.2)
571573
simplecov (0.21.2)
@@ -601,7 +603,8 @@ GEM
601603
crack (>= 0.3.2)
602604
hashdiff (>= 0.4.0, < 2.0.0)
603605
websocket (1.2.10)
604-
websocket-driver (0.7.6)
606+
websocket-driver (0.8.0)
607+
base64
605608
websocket-extensions (>= 0.1.0)
606609
websocket-extensions (0.1.5)
607610
will_paginate (3.3.1)
@@ -670,7 +673,7 @@ DEPENDENCIES
670673
rack-cors
671674
rack-mini-profiler
672675
rack-proxy (~> 0.7.6)
673-
rails (= 7.0.7)
676+
rails (= 7.0.8.7)
674677
rails-controller-testing
675678
rails-erd
676679
rake (>= 11.0)

0 commit comments

Comments
 (0)