Skip to content

Commit a4e2e28

Browse files
Bump rails from 7.1.5 to 8.0.0 in /spec/tester_mongo
Bumps [rails](https://github.com/rails/rails) from 7.1.5 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5...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 9305383 commit a4e2e28

2 files changed

Lines changed: 64 additions & 69 deletions

File tree

spec/tester_mongo/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 ">= 2.7.0"
55

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

99
# Use sqlite3 as the database for Active Record
1010
gem "sqlite3", "~> 1.6"

spec/tester_mongo/Gemfile.lock

Lines changed: 63 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -8,83 +8,77 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.5)
12-
actionpack (= 7.1.5)
13-
activesupport (= 7.1.5)
11+
actioncable (8.0.0)
12+
actionpack (= 8.0.0)
13+
activesupport (= 8.0.0)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.5)
18-
actionpack (= 7.1.5)
19-
activejob (= 7.1.5)
20-
activerecord (= 7.1.5)
21-
activestorage (= 7.1.5)
22-
activesupport (= 7.1.5)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.1.5)
28-
actionpack (= 7.1.5)
29-
actionview (= 7.1.5)
30-
activejob (= 7.1.5)
31-
activesupport (= 7.1.5)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
17+
actionmailbox (8.0.0)
18+
actionpack (= 8.0.0)
19+
activejob (= 8.0.0)
20+
activerecord (= 8.0.0)
21+
activestorage (= 8.0.0)
22+
activesupport (= 8.0.0)
23+
mail (>= 2.8.0)
24+
actionmailer (8.0.0)
25+
actionpack (= 8.0.0)
26+
actionview (= 8.0.0)
27+
activejob (= 8.0.0)
28+
activesupport (= 8.0.0)
29+
mail (>= 2.8.0)
3630
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.5)
38-
actionview (= 7.1.5)
39-
activesupport (= 7.1.5)
31+
actionpack (8.0.0)
32+
actionview (= 8.0.0)
33+
activesupport (= 8.0.0)
4034
nokogiri (>= 1.8.5)
41-
racc
4235
rack (>= 2.2.4)
4336
rack-session (>= 1.0.1)
4437
rack-test (>= 0.6.3)
4538
rails-dom-testing (~> 2.2)
4639
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.5)
48-
actionpack (= 7.1.5)
49-
activerecord (= 7.1.5)
50-
activestorage (= 7.1.5)
51-
activesupport (= 7.1.5)
40+
useragent (~> 0.16)
41+
actiontext (8.0.0)
42+
actionpack (= 8.0.0)
43+
activerecord (= 8.0.0)
44+
activestorage (= 8.0.0)
45+
activesupport (= 8.0.0)
5246
globalid (>= 0.6.0)
5347
nokogiri (>= 1.8.5)
54-
actionview (7.1.5)
55-
activesupport (= 7.1.5)
48+
actionview (8.0.0)
49+
activesupport (= 8.0.0)
5650
builder (~> 3.1)
5751
erubi (~> 1.11)
5852
rails-dom-testing (~> 2.2)
5953
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.5)
61-
activesupport (= 7.1.5)
54+
activejob (8.0.0)
55+
activesupport (= 8.0.0)
6256
globalid (>= 0.3.6)
63-
activemodel (7.1.5)
64-
activesupport (= 7.1.5)
65-
activerecord (7.1.5)
66-
activemodel (= 7.1.5)
67-
activesupport (= 7.1.5)
57+
activemodel (8.0.0)
58+
activesupport (= 8.0.0)
59+
activerecord (8.0.0)
60+
activemodel (= 8.0.0)
61+
activesupport (= 8.0.0)
6862
timeout (>= 0.4.0)
69-
activestorage (7.1.5)
70-
actionpack (= 7.1.5)
71-
activejob (= 7.1.5)
72-
activerecord (= 7.1.5)
73-
activesupport (= 7.1.5)
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)
7468
marcel (~> 1.0)
75-
activesupport (7.1.5)
69+
activesupport (8.0.0)
7670
base64
7771
benchmark (>= 0.3)
7872
bigdecimal
79-
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
concurrent-ruby (~> 1.0, >= 1.3.1)
8074
connection_pool (>= 2.2.5)
8175
drb
8276
i18n (>= 1.6, < 2)
8377
logger (>= 1.4.2)
8478
minitest (>= 5.1)
85-
mutex_m
8679
securerandom (>= 0.3)
87-
tzinfo (~> 2.0)
80+
tzinfo (~> 2.0, >= 2.0.5)
81+
uri (>= 0.13.1)
8882
base64 (0.2.0)
8983
bcrypt (3.1.20)
9084
benchmark (0.4.0)
@@ -139,7 +133,6 @@ GEM
139133
concurrent-ruby (>= 1.0.5, < 2.0)
140134
mongo (>= 2.18.0, < 3.0.0)
141135
msgpack (1.7.5)
142-
mutex_m (0.3.0)
143136
net-imap (0.5.1)
144137
date
145138
net-protocol
@@ -170,31 +163,31 @@ GEM
170163
rack (>= 1.3)
171164
rackup (2.2.1)
172165
rack (>= 3)
173-
rails (7.1.5)
174-
actioncable (= 7.1.5)
175-
actionmailbox (= 7.1.5)
176-
actionmailer (= 7.1.5)
177-
actionpack (= 7.1.5)
178-
actiontext (= 7.1.5)
179-
actionview (= 7.1.5)
180-
activejob (= 7.1.5)
181-
activemodel (= 7.1.5)
182-
activerecord (= 7.1.5)
183-
activestorage (= 7.1.5)
184-
activesupport (= 7.1.5)
166+
rails (8.0.0)
167+
actioncable (= 8.0.0)
168+
actionmailbox (= 8.0.0)
169+
actionmailer (= 8.0.0)
170+
actionpack (= 8.0.0)
171+
actiontext (= 8.0.0)
172+
actionview (= 8.0.0)
173+
activejob (= 8.0.0)
174+
activemodel (= 8.0.0)
175+
activerecord (= 8.0.0)
176+
activestorage (= 8.0.0)
177+
activesupport (= 8.0.0)
185178
bundler (>= 1.15.0)
186-
railties (= 7.1.5)
179+
railties (= 8.0.0)
187180
rails-dom-testing (2.2.0)
188181
activesupport (>= 5.0.0)
189182
minitest
190183
nokogiri (>= 1.6)
191184
rails-html-sanitizer (1.6.0)
192185
loofah (~> 2.21)
193186
nokogiri (~> 1.14)
194-
railties (7.1.5)
195-
actionpack (= 7.1.5)
196-
activesupport (= 7.1.5)
197-
irb
187+
railties (8.0.0)
188+
actionpack (= 8.0.0)
189+
activesupport (= 8.0.0)
190+
irb (~> 1.13)
198191
rackup (>= 1.0.0)
199192
rake (>= 12.2)
200193
thor (~> 1.0, >= 1.2.2)
@@ -228,6 +221,8 @@ GEM
228221
timeout (0.4.2)
229222
tzinfo (2.0.6)
230223
concurrent-ruby (~> 1.0)
224+
uri (1.0.2)
225+
useragent (0.16.10)
231226
websocket-driver (0.7.6)
232227
websocket-extensions (>= 0.1.0)
233228
websocket-extensions (0.1.5)
@@ -246,7 +241,7 @@ DEPENDENCIES
246241
mongoid
247242
pry-byebug
248243
puma (~> 6.4)
249-
rails (~> 7.1.3)
244+
rails (~> 8.0.0)
250245
rspec-rails
251246
sqlite3 (~> 1.6)
252247
tzinfo-data

0 commit comments

Comments
 (0)