Skip to content

Commit 018246d

Browse files
Bump rails from 7.1.5.1 to 8.0.2 in /spec/tester_mongo
Bumps [rails](https://github.com/rails/rails) from 7.1.5.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5.1...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 6eaf49b commit 018246d

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.2"
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.1)
12-
actionpack (= 7.1.5.1)
13-
activesupport (= 7.1.5.1)
11+
actioncable (8.0.2)
12+
actionpack (= 8.0.2)
13+
activesupport (= 8.0.2)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.5.1)
18-
actionpack (= 7.1.5.1)
19-
activejob (= 7.1.5.1)
20-
activerecord (= 7.1.5.1)
21-
activestorage (= 7.1.5.1)
22-
activesupport (= 7.1.5.1)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.1.5.1)
28-
actionpack (= 7.1.5.1)
29-
actionview (= 7.1.5.1)
30-
activejob (= 7.1.5.1)
31-
activesupport (= 7.1.5.1)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
17+
actionmailbox (8.0.2)
18+
actionpack (= 8.0.2)
19+
activejob (= 8.0.2)
20+
activerecord (= 8.0.2)
21+
activestorage (= 8.0.2)
22+
activesupport (= 8.0.2)
23+
mail (>= 2.8.0)
24+
actionmailer (8.0.2)
25+
actionpack (= 8.0.2)
26+
actionview (= 8.0.2)
27+
activejob (= 8.0.2)
28+
activesupport (= 8.0.2)
29+
mail (>= 2.8.0)
3630
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.5.1)
38-
actionview (= 7.1.5.1)
39-
activesupport (= 7.1.5.1)
31+
actionpack (8.0.2)
32+
actionview (= 8.0.2)
33+
activesupport (= 8.0.2)
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.1)
48-
actionpack (= 7.1.5.1)
49-
activerecord (= 7.1.5.1)
50-
activestorage (= 7.1.5.1)
51-
activesupport (= 7.1.5.1)
40+
useragent (~> 0.16)
41+
actiontext (8.0.2)
42+
actionpack (= 8.0.2)
43+
activerecord (= 8.0.2)
44+
activestorage (= 8.0.2)
45+
activesupport (= 8.0.2)
5246
globalid (>= 0.6.0)
5347
nokogiri (>= 1.8.5)
54-
actionview (7.1.5.1)
55-
activesupport (= 7.1.5.1)
48+
actionview (8.0.2)
49+
activesupport (= 8.0.2)
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.1)
61-
activesupport (= 7.1.5.1)
54+
activejob (8.0.2)
55+
activesupport (= 8.0.2)
6256
globalid (>= 0.3.6)
63-
activemodel (7.1.5.1)
64-
activesupport (= 7.1.5.1)
65-
activerecord (7.1.5.1)
66-
activemodel (= 7.1.5.1)
67-
activesupport (= 7.1.5.1)
57+
activemodel (8.0.2)
58+
activesupport (= 8.0.2)
59+
activerecord (8.0.2)
60+
activemodel (= 8.0.2)
61+
activesupport (= 8.0.2)
6862
timeout (>= 0.4.0)
69-
activestorage (7.1.5.1)
70-
actionpack (= 7.1.5.1)
71-
activejob (= 7.1.5.1)
72-
activerecord (= 7.1.5.1)
73-
activesupport (= 7.1.5.1)
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)
7468
marcel (~> 1.0)
75-
activesupport (7.1.5.1)
69+
activesupport (8.0.2)
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)
@@ -141,7 +135,6 @@ GEM
141135
concurrent-ruby (>= 1.0.5, < 2.0)
142136
mongo (>= 2.18.0, < 3.0.0)
143137
msgpack (1.8.0)
144-
mutex_m (0.3.0)
145138
net-imap (0.5.6)
146139
date
147140
net-protocol
@@ -177,31 +170,31 @@ GEM
177170
rack (>= 1.3)
178171
rackup (2.2.1)
179172
rack (>= 3)
180-
rails (7.1.5.1)
181-
actioncable (= 7.1.5.1)
182-
actionmailbox (= 7.1.5.1)
183-
actionmailer (= 7.1.5.1)
184-
actionpack (= 7.1.5.1)
185-
actiontext (= 7.1.5.1)
186-
actionview (= 7.1.5.1)
187-
activejob (= 7.1.5.1)
188-
activemodel (= 7.1.5.1)
189-
activerecord (= 7.1.5.1)
190-
activestorage (= 7.1.5.1)
191-
activesupport (= 7.1.5.1)
173+
rails (8.0.2)
174+
actioncable (= 8.0.2)
175+
actionmailbox (= 8.0.2)
176+
actionmailer (= 8.0.2)
177+
actionpack (= 8.0.2)
178+
actiontext (= 8.0.2)
179+
actionview (= 8.0.2)
180+
activejob (= 8.0.2)
181+
activemodel (= 8.0.2)
182+
activerecord (= 8.0.2)
183+
activestorage (= 8.0.2)
184+
activesupport (= 8.0.2)
192185
bundler (>= 1.15.0)
193-
railties (= 7.1.5.1)
186+
railties (= 8.0.2)
194187
rails-dom-testing (2.2.0)
195188
activesupport (>= 5.0.0)
196189
minitest
197190
nokogiri (>= 1.6)
198191
rails-html-sanitizer (1.6.2)
199192
loofah (~> 2.21)
200193
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)
201-
railties (7.1.5.1)
202-
actionpack (= 7.1.5.1)
203-
activesupport (= 7.1.5.1)
204-
irb
194+
railties (8.0.2)
195+
actionpack (= 8.0.2)
196+
activesupport (= 8.0.2)
197+
irb (~> 1.13)
205198
rackup (>= 1.0.0)
206199
rake (>= 12.2)
207200
thor (~> 1.0, >= 1.2.2)
@@ -235,6 +228,8 @@ GEM
235228
timeout (0.4.3)
236229
tzinfo (2.0.6)
237230
concurrent-ruby (~> 1.0)
231+
uri (1.0.3)
232+
useragent (0.16.11)
238233
websocket-driver (0.7.7)
239234
base64
240235
websocket-extensions (>= 0.1.0)
@@ -254,7 +249,7 @@ DEPENDENCIES
254249
mongoid
255250
pry-byebug
256251
puma (~> 6.6)
257-
rails (~> 7.1.3)
252+
rails (~> 8.0.2)
258253
rspec-rails
259254
sqlite3 (~> 1.6)
260255
tzinfo-data

0 commit comments

Comments
 (0)