Skip to content

Commit 24ea948

Browse files
Bump rails from 7.1.5.2 to 8.0.2.1 in /spec/tester_mongo
Bumps [rails](https://github.com/rails/rails) from 7.1.5.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5.2...v8.0.2.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20d7f1a commit 24ea948

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.2)
12-
actionpack (= 7.1.5.2)
13-
activesupport (= 7.1.5.2)
11+
actioncable (8.0.2.1)
12+
actionpack (= 8.0.2.1)
13+
activesupport (= 8.0.2.1)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.5.2)
18-
actionpack (= 7.1.5.2)
19-
activejob (= 7.1.5.2)
20-
activerecord (= 7.1.5.2)
21-
activestorage (= 7.1.5.2)
22-
activesupport (= 7.1.5.2)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.1.5.2)
28-
actionpack (= 7.1.5.2)
29-
actionview (= 7.1.5.2)
30-
activejob (= 7.1.5.2)
31-
activesupport (= 7.1.5.2)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
17+
actionmailbox (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
activejob (= 8.0.2.1)
20+
activerecord (= 8.0.2.1)
21+
activestorage (= 8.0.2.1)
22+
activesupport (= 8.0.2.1)
23+
mail (>= 2.8.0)
24+
actionmailer (8.0.2.1)
25+
actionpack (= 8.0.2.1)
26+
actionview (= 8.0.2.1)
27+
activejob (= 8.0.2.1)
28+
activesupport (= 8.0.2.1)
29+
mail (>= 2.8.0)
3630
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.5.2)
38-
actionview (= 7.1.5.2)
39-
activesupport (= 7.1.5.2)
31+
actionpack (8.0.2.1)
32+
actionview (= 8.0.2.1)
33+
activesupport (= 8.0.2.1)
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.2)
48-
actionpack (= 7.1.5.2)
49-
activerecord (= 7.1.5.2)
50-
activestorage (= 7.1.5.2)
51-
activesupport (= 7.1.5.2)
40+
useragent (~> 0.16)
41+
actiontext (8.0.2.1)
42+
actionpack (= 8.0.2.1)
43+
activerecord (= 8.0.2.1)
44+
activestorage (= 8.0.2.1)
45+
activesupport (= 8.0.2.1)
5246
globalid (>= 0.6.0)
5347
nokogiri (>= 1.8.5)
54-
actionview (7.1.5.2)
55-
activesupport (= 7.1.5.2)
48+
actionview (8.0.2.1)
49+
activesupport (= 8.0.2.1)
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.2)
61-
activesupport (= 7.1.5.2)
54+
activejob (8.0.2.1)
55+
activesupport (= 8.0.2.1)
6256
globalid (>= 0.3.6)
63-
activemodel (7.1.5.2)
64-
activesupport (= 7.1.5.2)
65-
activerecord (7.1.5.2)
66-
activemodel (= 7.1.5.2)
67-
activesupport (= 7.1.5.2)
57+
activemodel (8.0.2.1)
58+
activesupport (= 8.0.2.1)
59+
activerecord (8.0.2.1)
60+
activemodel (= 8.0.2.1)
61+
activesupport (= 8.0.2.1)
6862
timeout (>= 0.4.0)
69-
activestorage (7.1.5.2)
70-
actionpack (= 7.1.5.2)
71-
activejob (= 7.1.5.2)
72-
activerecord (= 7.1.5.2)
73-
activesupport (= 7.1.5.2)
63+
activestorage (8.0.2.1)
64+
actionpack (= 8.0.2.1)
65+
activejob (= 8.0.2.1)
66+
activerecord (= 8.0.2.1)
67+
activesupport (= 8.0.2.1)
7468
marcel (~> 1.0)
75-
activesupport (7.1.5.2)
69+
activesupport (8.0.2.1)
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.3.0)
8983
bcrypt (3.1.20)
9084
benchmark (0.4.1)
@@ -143,7 +137,6 @@ GEM
143137
concurrent-ruby (>= 1.0.5, < 2.0)
144138
mongo (>= 2.18.0, < 3.0.0)
145139
msgpack (1.8.0)
146-
mutex_m (0.3.0)
147140
net-imap (0.5.9)
148141
date
149142
net-protocol
@@ -179,31 +172,31 @@ GEM
179172
rack (>= 1.3)
180173
rackup (2.2.1)
181174
rack (>= 3)
182-
rails (7.1.5.2)
183-
actioncable (= 7.1.5.2)
184-
actionmailbox (= 7.1.5.2)
185-
actionmailer (= 7.1.5.2)
186-
actionpack (= 7.1.5.2)
187-
actiontext (= 7.1.5.2)
188-
actionview (= 7.1.5.2)
189-
activejob (= 7.1.5.2)
190-
activemodel (= 7.1.5.2)
191-
activerecord (= 7.1.5.2)
192-
activestorage (= 7.1.5.2)
193-
activesupport (= 7.1.5.2)
175+
rails (8.0.2.1)
176+
actioncable (= 8.0.2.1)
177+
actionmailbox (= 8.0.2.1)
178+
actionmailer (= 8.0.2.1)
179+
actionpack (= 8.0.2.1)
180+
actiontext (= 8.0.2.1)
181+
actionview (= 8.0.2.1)
182+
activejob (= 8.0.2.1)
183+
activemodel (= 8.0.2.1)
184+
activerecord (= 8.0.2.1)
185+
activestorage (= 8.0.2.1)
186+
activesupport (= 8.0.2.1)
194187
bundler (>= 1.15.0)
195-
railties (= 7.1.5.2)
188+
railties (= 8.0.2.1)
196189
rails-dom-testing (2.3.0)
197190
activesupport (>= 5.0.0)
198191
minitest
199192
nokogiri (>= 1.6)
200193
rails-html-sanitizer (1.6.2)
201194
loofah (~> 2.21)
202195
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)
203-
railties (7.1.5.2)
204-
actionpack (= 7.1.5.2)
205-
activesupport (= 7.1.5.2)
206-
irb
196+
railties (8.0.2.1)
197+
actionpack (= 8.0.2.1)
198+
activesupport (= 8.0.2.1)
199+
irb (~> 1.13)
207200
rackup (>= 1.0.0)
208201
rake (>= 12.2)
209202
thor (~> 1.0, >= 1.2.2)
@@ -238,6 +231,8 @@ GEM
238231
timeout (0.4.3)
239232
tzinfo (2.0.6)
240233
concurrent-ruby (~> 1.0)
234+
uri (1.0.3)
235+
useragent (0.16.11)
241236
websocket-driver (0.8.0)
242237
base64
243238
websocket-extensions (>= 0.1.0)
@@ -257,7 +252,7 @@ DEPENDENCIES
257252
mongoid
258253
pry-byebug
259254
puma (~> 6.6)
260-
rails (~> 7.1.3)
255+
rails (~> 8.0.2)
261256
rspec-rails
262257
sqlite3 (~> 1.6)
263258
tzinfo-data

0 commit comments

Comments
 (0)