Skip to content

Commit 30b20c2

Browse files
Bump rails from 7.2.2 to 8.0.2 in /graph-sample
Bumps [rails](https://github.com/rails/rails) from 7.2.2 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 049c878 commit 30b20c2

File tree

2 files changed

+65
-64
lines changed

2 files changed

+65
-64
lines changed

graph-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.3.5"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.2.2"
7+
gem "rails", "~> 8.0.2"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

graph-sample/Gemfile.lock

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2)
5-
actionpack (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2)
11-
actionpack (= 7.2.2)
12-
activejob (= 7.2.2)
13-
activerecord (= 7.2.2)
14-
activestorage (= 7.2.2)
15-
activesupport (= 7.2.2)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2)
18-
actionpack (= 7.2.2)
19-
actionview (= 7.2.2)
20-
activejob (= 7.2.2)
21-
activesupport (= 7.2.2)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2)
25-
actionview (= 7.2.2)
26-
activesupport (= 7.2.2)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2)
36-
actionpack (= 7.2.2)
37-
activerecord (= 7.2.2)
38-
activestorage (= 7.2.2)
39-
activesupport (= 7.2.2)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2)
49-
activesupport (= 7.2.2)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2)
52-
activesupport (= 7.2.2)
53-
activerecord (7.2.2)
54-
activemodel (= 7.2.2)
55-
activesupport (= 7.2.2)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5655
timeout (>= 0.4.0)
5756
activerecord-session_store (2.1.0)
5857
actionpack (>= 6.1)
@@ -61,13 +60,13 @@ GEM
6160
multi_json (~> 1.11, >= 1.11.2)
6261
rack (>= 2.0.8, < 4)
6362
railties (>= 6.1)
64-
activestorage (7.2.2)
65-
actionpack (= 7.2.2)
66-
activejob (= 7.2.2)
67-
activerecord (= 7.2.2)
68-
activesupport (= 7.2.2)
63+
activestorage (8.0.2)
64+
actionpack (= 8.0.2)
65+
activejob (= 8.0.2)
66+
activerecord (= 8.0.2)
67+
activesupport (= 8.0.2)
6968
marcel (~> 1.0)
70-
activesupport (7.2.2)
69+
activesupport (8.0.2)
7170
base64
7271
benchmark (>= 0.3)
7372
bigdecimal
@@ -79,6 +78,7 @@ GEM
7978
minitest (>= 5.1)
8079
securerandom (>= 0.3)
8180
tzinfo (~> 2.0, >= 2.0.5)
81+
uri (>= 0.13.1)
8282
addressable (2.8.7)
8383
public_suffix (>= 2.0.2, < 7.0)
8484
base64 (0.2.0)
@@ -150,24 +150,24 @@ GEM
150150
marcel (1.0.4)
151151
matrix (0.4.2)
152152
mini_mime (1.1.5)
153-
minitest (5.25.4)
153+
minitest (5.25.5)
154154
msgpack (1.7.3)
155155
multi_json (1.15.0)
156156
multi_xml (0.7.1)
157157
bigdecimal (~> 3.1)
158158
net-http (0.4.1)
159159
uri
160-
net-imap (0.5.0)
160+
net-imap (0.5.6)
161161
date
162162
net-protocol
163163
net-pop (0.1.2)
164164
net-protocol
165165
net-protocol (0.2.2)
166166
timeout
167-
net-smtp (0.5.0)
167+
net-smtp (0.5.1)
168168
net-protocol
169169
nio4r (2.7.4)
170-
nokogiri (1.18.3-x86_64-linux-gnu)
170+
nokogiri (1.18.4-x86_64-linux-gnu)
171171
racc (~> 1.4)
172172
oauth2 (2.0.9)
173173
faraday (>= 0.17.3, < 3.0)
@@ -197,7 +197,7 @@ GEM
197197
puma (6.6.0)
198198
nio4r (~> 2.0)
199199
racc (1.8.1)
200-
rack (3.1.11)
200+
rack (3.1.12)
201201
rack-protection (4.0.0)
202202
base64 (>= 0.1.0)
203203
rack (>= 3.0.0, < 4)
@@ -208,30 +208,30 @@ GEM
208208
rack (>= 1.3)
209209
rackup (2.2.1)
210210
rack (>= 3)
211-
rails (7.2.2)
212-
actioncable (= 7.2.2)
213-
actionmailbox (= 7.2.2)
214-
actionmailer (= 7.2.2)
215-
actionpack (= 7.2.2)
216-
actiontext (= 7.2.2)
217-
actionview (= 7.2.2)
218-
activejob (= 7.2.2)
219-
activemodel (= 7.2.2)
220-
activerecord (= 7.2.2)
221-
activestorage (= 7.2.2)
222-
activesupport (= 7.2.2)
211+
rails (8.0.2)
212+
actioncable (= 8.0.2)
213+
actionmailbox (= 8.0.2)
214+
actionmailer (= 8.0.2)
215+
actionpack (= 8.0.2)
216+
actiontext (= 8.0.2)
217+
actionview (= 8.0.2)
218+
activejob (= 8.0.2)
219+
activemodel (= 8.0.2)
220+
activerecord (= 8.0.2)
221+
activestorage (= 8.0.2)
222+
activesupport (= 8.0.2)
223223
bundler (>= 1.15.0)
224-
railties (= 7.2.2)
224+
railties (= 8.0.2)
225225
rails-dom-testing (2.2.0)
226226
activesupport (>= 5.0.0)
227227
minitest
228228
nokogiri (>= 1.6)
229229
rails-html-sanitizer (1.6.2)
230230
loofah (~> 2.21)
231231
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
232-
railties (7.2.2)
233-
actionpack (= 7.2.2)
234-
activesupport (= 7.2.2)
232+
railties (8.0.2)
233+
actionpack (= 8.0.2)
234+
activesupport (= 8.0.2)
235235
irb (~> 1.13)
236236
rackup (>= 1.0.0)
237237
rake (>= 12.2)
@@ -265,7 +265,7 @@ GEM
265265
railties (>= 6.0.0)
266266
stringio (3.1.5)
267267
thor (1.3.2)
268-
timeout (0.4.1)
268+
timeout (0.4.3)
269269
turbo-rails (2.0.13)
270270
actionpack (>= 7.1.0)
271271
railties (>= 7.1.0)
@@ -284,7 +284,8 @@ GEM
284284
rubyzip (>= 1.3.0)
285285
selenium-webdriver (~> 4.0, < 4.11)
286286
websocket (1.2.11)
287-
websocket-driver (0.7.6)
287+
websocket-driver (0.7.7)
288+
base64
288289
websocket-extensions (>= 0.1.0)
289290
websocket-extensions (0.1.5)
290291
xpath (3.2.0)
@@ -306,7 +307,7 @@ DEPENDENCIES
306307
omniauth-rails_csrf_protection (~> 1.0.2)
307308
ostruct (~> 0.6.1)
308309
puma (~> 6.6)
309-
rails (~> 7.2.2)
310+
rails (~> 8.0.2)
310311
selenium-webdriver
311312
sprockets-rails
312313
sqlite3 (~> 2.6)

0 commit comments

Comments
 (0)