Skip to content

Commit 541f09a

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 f261470 commit 541f09a

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
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: 62 additions & 62 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)
@@ -156,7 +156,7 @@ GEM
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)
@@ -186,7 +186,7 @@ GEM
186186
actionpack (>= 4.2)
187187
omniauth (~> 2.0)
188188
ostruct (0.6.0)
189-
psych (5.1.2)
189+
psych (5.2.0)
190190
stringio
191191
public_suffix (6.0.1)
192192
puma (6.4.3)
@@ -202,30 +202,30 @@ GEM
202202
rack (>= 1.3)
203203
rackup (2.2.0)
204204
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)
205+
rails (8.0.0)
206+
actioncable (= 8.0.0)
207+
actionmailbox (= 8.0.0)
208+
actionmailer (= 8.0.0)
209+
actionpack (= 8.0.0)
210+
actiontext (= 8.0.0)
211+
actionview (= 8.0.0)
212+
activejob (= 8.0.0)
213+
activemodel (= 8.0.0)
214+
activerecord (= 8.0.0)
215+
activestorage (= 8.0.0)
216+
activesupport (= 8.0.0)
217217
bundler (>= 1.15.0)
218-
railties (= 7.2.2)
218+
railties (= 8.0.0)
219219
rails-dom-testing (2.2.0)
220220
activesupport (>= 5.0.0)
221221
minitest
222222
nokogiri (>= 1.6)
223223
rails-html-sanitizer (1.6.0)
224224
loofah (~> 2.21)
225225
nokogiri (~> 1.14)
226-
railties (7.2.2)
227-
actionpack (= 7.2.2)
228-
activesupport (= 7.2.2)
226+
railties (8.0.0)
227+
actionpack (= 8.0.0)
228+
activesupport (= 8.0.0)
229229
irb (~> 1.13)
230230
rackup (>= 1.0.0)
231231
rake (>= 12.2)
@@ -235,7 +235,7 @@ GEM
235235
rdoc (6.7.0)
236236
psych (>= 4.0.0)
237237
regexp_parser (2.9.2)
238-
reline (0.5.10)
238+
reline (0.5.11)
239239
io-console (~> 0.5)
240240
rexml (3.3.8)
241241
rubyzip (2.3.2)
@@ -257,9 +257,9 @@ GEM
257257
sqlite3 (2.2.0-x86_64-linux-gnu)
258258
stimulus-rails (1.3.4)
259259
railties (>= 6.0.0)
260-
stringio (3.1.1)
260+
stringio (3.1.2)
261261
thor (1.3.2)
262-
timeout (0.4.1)
262+
timeout (0.4.2)
263263
turbo-rails (2.0.11)
264264
actionpack (>= 6.0.0)
265265
railties (>= 6.0.0)
@@ -300,7 +300,7 @@ DEPENDENCIES
300300
omniauth-rails_csrf_protection (~> 1.0.2)
301301
ostruct (~> 0.6.0)
302302
puma (~> 6.4)
303-
rails (~> 7.2.2)
303+
rails (~> 8.0.0)
304304
selenium-webdriver
305305
sprockets-rails
306306
sqlite3 (~> 2.2)

0 commit comments

Comments
 (0)