Skip to content

Commit 6e36d46

Browse files
Bump rails from 7.1.4.2 to 7.2.2 in /spec/tester_mongo
Bumps [rails](https://github.com/rails/rails) from 7.1.4.2 to 7.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.4.2...v7.2.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b44067 commit 6e36d46

2 files changed

Lines changed: 64 additions & 70 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", "~> 7.2.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 & 69 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 (7.2.2)
12+
actionpack (= 7.2.2)
13+
activesupport (= 7.2.2)
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 (7.2.2)
18+
actionpack (= 7.2.2)
19+
activejob (= 7.2.2)
20+
activerecord (= 7.2.2)
21+
activestorage (= 7.2.2)
22+
activesupport (= 7.2.2)
23+
mail (>= 2.8.0)
24+
actionmailer (7.2.2)
25+
actionpack (= 7.2.2)
26+
actionview (= 7.2.2)
27+
activejob (= 7.2.2)
28+
activesupport (= 7.2.2)
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 (7.2.2)
32+
actionview (= 7.2.2)
33+
activesupport (= 7.2.2)
4034
nokogiri (>= 1.8.5)
4135
racc
42-
rack (>= 2.2.4)
36+
rack (>= 2.2.4, < 3.2)
4337
rack-session (>= 1.0.1)
4438
rack-test (>= 0.6.3)
4539
rails-dom-testing (~> 2.2)
4640
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)
41+
useragent (~> 0.16)
42+
actiontext (7.2.2)
43+
actionpack (= 7.2.2)
44+
activerecord (= 7.2.2)
45+
activestorage (= 7.2.2)
46+
activesupport (= 7.2.2)
5247
globalid (>= 0.6.0)
5348
nokogiri (>= 1.8.5)
54-
actionview (7.1.5)
55-
activesupport (= 7.1.5)
49+
actionview (7.2.2)
50+
activesupport (= 7.2.2)
5651
builder (~> 3.1)
5752
erubi (~> 1.11)
5853
rails-dom-testing (~> 2.2)
5954
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.5)
61-
activesupport (= 7.1.5)
55+
activejob (7.2.2)
56+
activesupport (= 7.2.2)
6257
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)
58+
activemodel (7.2.2)
59+
activesupport (= 7.2.2)
60+
activerecord (7.2.2)
61+
activemodel (= 7.2.2)
62+
activesupport (= 7.2.2)
6863
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)
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)
7469
marcel (~> 1.0)
75-
activesupport (7.1.5)
70+
activesupport (7.2.2)
7671
base64
7772
benchmark (>= 0.3)
7873
bigdecimal
79-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
8075
connection_pool (>= 2.2.5)
8176
drb
8277
i18n (>= 1.6, < 2)
8378
logger (>= 1.4.2)
8479
minitest (>= 5.1)
85-
mutex_m
8680
securerandom (>= 0.3)
87-
tzinfo (~> 2.0)
81+
tzinfo (~> 2.0, >= 2.0.5)
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.2.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.0)
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 (7.2.2)
167+
actioncable (= 7.2.2)
168+
actionmailbox (= 7.2.2)
169+
actionmailer (= 7.2.2)
170+
actionpack (= 7.2.2)
171+
actiontext (= 7.2.2)
172+
actionview (= 7.2.2)
173+
activejob (= 7.2.2)
174+
activemodel (= 7.2.2)
175+
activerecord (= 7.2.2)
176+
activestorage (= 7.2.2)
177+
activesupport (= 7.2.2)
185178
bundler (>= 1.15.0)
186-
railties (= 7.1.5)
179+
railties (= 7.2.2)
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 (7.2.2)
188+
actionpack (= 7.2.2)
189+
activesupport (= 7.2.2)
190+
irb (~> 1.13)
198191
rackup (>= 1.0.0)
199192
rake (>= 12.2)
200193
thor (~> 1.0, >= 1.2.2)
@@ -221,13 +214,14 @@ GEM
221214
rspec-mocks (~> 3.13)
222215
rspec-support (~> 3.13)
223216
rspec-support (3.13.1)
224-
securerandom (0.3.1)
217+
securerandom (0.3.2)
225218
sqlite3 (1.6.9-x86_64-linux)
226219
stringio (3.1.2)
227220
thor (1.3.2)
228221
timeout (0.4.2)
229222
tzinfo (2.0.6)
230223
concurrent-ruby (~> 1.0)
224+
useragent (0.16.10)
231225
websocket-driver (0.7.6)
232226
websocket-extensions (>= 0.1.0)
233227
websocket-extensions (0.1.5)
@@ -246,7 +240,7 @@ DEPENDENCIES
246240
mongoid
247241
pry-byebug
248242
puma (~> 6.4)
249-
rails (~> 7.1.3)
243+
rails (~> 7.2.2)
250244
rspec-rails
251245
sqlite3 (~> 1.6)
252246
tzinfo-data

0 commit comments

Comments
 (0)