Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 1ddd43b

Browse files
Bump rspec-rails from 4.0.2 to 5.0.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 5.0.1. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v4.0.2...v5.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e2bb475 commit 1ddd43b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

Gemfile.lock

+16-13
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
globalid (0.4.2)
9696
activesupport (>= 4.2.0)
9797
hashdiff (1.0.1)
98-
i18n (1.8.7)
98+
i18n (1.8.9)
9999
concurrent-ruby (~> 1.0)
100100
jbuilder (2.10.1)
101101
activesupport (>= 5.0.0)
@@ -113,17 +113,19 @@ GEM
113113
method_source (1.0.0)
114114
mimemagic (0.3.5)
115115
mini_mime (1.0.2)
116-
minitest (5.14.3)
117-
msgpack (1.3.3)
116+
mini_portile2 (2.5.0)
117+
minitest (5.14.4)
118+
msgpack (1.4.2)
118119
multipart-post (2.1.1)
119120
nio4r (2.5.4)
120-
nokogiri (1.11.1-arm64-darwin)
121+
nokogiri (1.11.2)
122+
mini_portile2 (~> 2.5.0)
121123
racc (~> 1.4)
122-
nokogiri (1.11.1-x64-mingw32)
124+
nokogiri (1.11.2-arm64-darwin)
123125
racc (~> 1.4)
124-
nokogiri (1.11.1-x86_64-darwin)
126+
nokogiri (1.11.2-x64-mingw32)
125127
racc (~> 1.4)
126-
nokogiri (1.11.1-x86_64-linux)
128+
nokogiri (1.11.2-x86_64-linux)
127129
racc (~> 1.4)
128130
popper_js (1.16.0)
129131
public_suffix (4.0.6)
@@ -177,18 +179,18 @@ GEM
177179
rspec-expectations (3.10.1)
178180
diff-lcs (>= 1.2.0, < 2.0)
179181
rspec-support (~> 3.10.0)
180-
rspec-mocks (3.10.1)
182+
rspec-mocks (3.10.2)
181183
diff-lcs (>= 1.2.0, < 2.0)
182184
rspec-support (~> 3.10.0)
183-
rspec-rails (4.0.2)
184-
actionpack (>= 4.2)
185-
activesupport (>= 4.2)
186-
railties (>= 4.2)
185+
rspec-rails (5.0.1)
186+
actionpack (>= 5.2)
187+
activesupport (>= 5.2)
188+
railties (>= 5.2)
187189
rspec-core (~> 3.10)
188190
rspec-expectations (~> 3.10)
189191
rspec-mocks (~> 3.10)
190192
rspec-support (~> 3.10)
191-
rspec-support (3.10.1)
193+
rspec-support (3.10.2)
192194
ruby2_keywords (0.0.4)
193195
rubyzip (2.3.0)
194196
sassc (2.4.0)
@@ -252,6 +254,7 @@ GEM
252254
zeitwerk (2.4.2)
253255

254256
PLATFORMS
257+
ruby
255258
universal-darwin-19
256259
x64-mingw32
257260
x86_64-linux

0 commit comments

Comments
 (0)