Skip to content

Commit dd45ccb

Browse files
Bump rails from 7.2.2 to 8.0.0 in /graph-sample
Bumps [rails](https://github.com/rails/rails) from 7.2.2 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2...v8.0.0) --- 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 ea94a18 commit dd45ccb

File tree

2 files changed

+75
-74
lines changed

2 files changed

+75
-74
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.0"
88

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

graph-sample/Gemfile.lock

Lines changed: 74 additions & 73 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.0)
5+
actionpack (= 8.0.0)
6+
activesupport (= 8.0.0)
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.0)
11+
actionpack (= 8.0.0)
12+
activejob (= 8.0.0)
13+
activerecord (= 8.0.0)
14+
activestorage (= 8.0.0)
15+
activesupport (= 8.0.0)
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.0)
18+
actionpack (= 8.0.0)
19+
actionview (= 8.0.0)
20+
activejob (= 8.0.0)
21+
activesupport (= 8.0.0)
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.0)
25+
actionview (= 8.0.0)
26+
activesupport (= 8.0.0)
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.0)
35+
actionpack (= 8.0.0)
36+
activerecord (= 8.0.0)
37+
activestorage (= 8.0.0)
38+
activesupport (= 8.0.0)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
41+
actionview (8.0.0)
42+
activesupport (= 8.0.0)
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.0)
48+
activesupport (= 8.0.0)
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.0)
51+
activesupport (= 8.0.0)
52+
activerecord (8.0.0)
53+
activemodel (= 8.0.0)
54+
activesupport (= 8.0.0)
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.0)
64+
actionpack (= 8.0.0)
65+
activejob (= 8.0.0)
66+
activerecord (= 8.0.0)
67+
activesupport (= 8.0.0)
6968
marcel (~> 1.0)
70-
activesupport (7.2.2)
69+
activesupport (8.0.0)
7170
base64
7271
benchmark (>= 0.3)
7372
bigdecimal
@@ -79,10 +78,11 @@ 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)
85-
benchmark (0.3.0)
85+
benchmark (0.4.0)
8686
bigdecimal (3.1.8)
8787
bindex (0.8.1)
8888
bootsnap (1.18.4)
@@ -102,7 +102,7 @@ GEM
102102
connection_pool (2.4.1)
103103
crass (1.0.6)
104104
csv (3.3.0)
105-
date (3.4.0)
105+
date (3.4.1)
106106
debug (1.9.2)
107107
irb (~> 1.10)
108108
reline (>= 0.3.8)
@@ -127,7 +127,7 @@ GEM
127127
actionpack (>= 6.0.0)
128128
activesupport (>= 6.0.0)
129129
railties (>= 6.0.0)
130-
io-console (0.7.2)
130+
io-console (0.8.0)
131131
irb (1.14.1)
132132
rdoc (>= 4.0.0)
133133
reline (>= 0.4.2)
@@ -137,7 +137,7 @@ GEM
137137
json (2.7.2)
138138
jwt (2.9.3)
139139
base64
140-
logger (1.6.1)
140+
logger (1.6.2)
141141
loofah (2.23.1)
142142
crass (~> 1.0.2)
143143
nokogiri (>= 1.12.0)
@@ -149,14 +149,14 @@ GEM
149149
marcel (1.0.4)
150150
matrix (0.4.2)
151151
mini_mime (1.1.5)
152-
minitest (5.25.1)
152+
minitest (5.25.4)
153153
msgpack (1.7.3)
154154
multi_json (1.15.0)
155155
multi_xml (0.7.1)
156156
bigdecimal (~> 3.1)
157157
net-http (0.4.1)
158158
uri
159-
net-imap (0.5.0)
159+
net-imap (0.5.1)
160160
date
161161
net-protocol
162162
net-pop (0.1.2)
@@ -166,7 +166,7 @@ GEM
166166
net-smtp (0.5.0)
167167
net-protocol
168168
nio4r (2.7.4)
169-
nokogiri (1.16.7-x86_64-linux)
169+
nokogiri (1.17.0-x86_64-linux)
170170
racc (~> 1.4)
171171
oauth2 (2.0.9)
172172
faraday (>= 0.17.3, < 3.0)
@@ -186,7 +186,8 @@ GEM
186186
actionpack (>= 4.2)
187187
omniauth (~> 2.0)
188188
ostruct (0.6.1)
189-
psych (5.1.2)
189+
psych (5.2.1)
190+
date
190191
stringio
191192
public_suffix (6.0.1)
192193
puma (6.5.0)
@@ -200,46 +201,46 @@ GEM
200201
rack (>= 3.0.0)
201202
rack-test (2.1.0)
202203
rack (>= 1.3)
203-
rackup (2.2.0)
204+
rackup (2.2.1)
204205
rack (>= 3)
205-
rails (7.2.2)
206-
actioncable (= 7.2.2)
207-
actionmailbox (= 7.2.2)
208-
actionmailer (= 7.2.2)
209-
actionpack (= 7.2.2)
210-
actiontext (= 7.2.2)
211-
actionview (= 7.2.2)
212-
activejob (= 7.2.2)
213-
activemodel (= 7.2.2)
214-
activerecord (= 7.2.2)
215-
activestorage (= 7.2.2)
216-
activesupport (= 7.2.2)
206+
rails (8.0.0)
207+
actioncable (= 8.0.0)
208+
actionmailbox (= 8.0.0)
209+
actionmailer (= 8.0.0)
210+
actionpack (= 8.0.0)
211+
actiontext (= 8.0.0)
212+
actionview (= 8.0.0)
213+
activejob (= 8.0.0)
214+
activemodel (= 8.0.0)
215+
activerecord (= 8.0.0)
216+
activestorage (= 8.0.0)
217+
activesupport (= 8.0.0)
217218
bundler (>= 1.15.0)
218-
railties (= 7.2.2)
219+
railties (= 8.0.0)
219220
rails-dom-testing (2.2.0)
220221
activesupport (>= 5.0.0)
221222
minitest
222223
nokogiri (>= 1.6)
223-
rails-html-sanitizer (1.6.0)
224+
rails-html-sanitizer (1.6.1)
224225
loofah (~> 2.21)
225-
nokogiri (~> 1.14)
226-
railties (7.2.2)
227-
actionpack (= 7.2.2)
228-
activesupport (= 7.2.2)
226+
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)
227+
railties (8.0.0)
228+
actionpack (= 8.0.0)
229+
activesupport (= 8.0.0)
229230
irb (~> 1.13)
230231
rackup (>= 1.0.0)
231232
rake (>= 12.2)
232233
thor (~> 1.0, >= 1.2.2)
233234
zeitwerk (~> 2.6)
234235
rake (13.2.1)
235-
rdoc (6.7.0)
236+
rdoc (6.8.1)
236237
psych (>= 4.0.0)
237238
regexp_parser (2.9.2)
238-
reline (0.5.10)
239+
reline (0.5.12)
239240
io-console (~> 0.5)
240241
rexml (3.3.8)
241242
rubyzip (2.3.2)
242-
securerandom (0.3.1)
243+
securerandom (0.4.0)
243244
selenium-webdriver (4.10.0)
244245
rexml (~> 3.2, >= 3.2.5)
245246
rubyzip (>= 1.2.2, < 3.0)
@@ -257,16 +258,16 @@ GEM
257258
sqlite3 (2.4.1-x86_64-linux-gnu)
258259
stimulus-rails (1.3.4)
259260
railties (>= 6.0.0)
260-
stringio (3.1.1)
261+
stringio (3.1.2)
261262
thor (1.3.2)
262-
timeout (0.4.1)
263+
timeout (0.4.2)
263264
turbo-rails (2.0.11)
264265
actionpack (>= 6.0.0)
265266
railties (>= 6.0.0)
266267
tzinfo (2.0.6)
267268
concurrent-ruby (~> 1.0)
268269
uri (0.13.1)
269-
useragent (0.16.10)
270+
useragent (0.16.11)
270271
version_gem (1.1.4)
271272
web-console (4.2.1)
272273
actionview (>= 6.0.0)
@@ -300,7 +301,7 @@ DEPENDENCIES
300301
omniauth-rails_csrf_protection (~> 1.0.2)
301302
ostruct (~> 0.6.1)
302303
puma (~> 6.5)
303-
rails (~> 7.2.2)
304+
rails (~> 8.0.0)
304305
selenium-webdriver
305306
sprockets-rails
306307
sqlite3 (~> 2.4)

0 commit comments

Comments
 (0)