Skip to content

Commit 6ae971e

Browse files
Bump rspec-rails from 3.8.2 to 5.1.2
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.2 to 5.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v3.8.2...v5.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3efbb1 commit 6ae971e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ group :development, :test do
7070
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
7171
gem 'byebug', platform: [:mri, :mingw, :x64_mingw]
7272
gem 'pry-byebug'
73-
gem 'rspec-rails', '~> 3.8'
73+
gem 'rspec-rails', '~> 5.1'
7474
gem 'pry-rails'
7575
gem 'webmock'
7676
gem 'spring-commands-rspec'

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
deferred_associations (0.6.5)
9191
activerecord
9292
deprecate (0.0.0)
93-
diff-lcs (1.3)
93+
diff-lcs (1.5.0)
9494
domain_name (0.5.20190701)
9595
unf (>= 0.0.5, < 1.0.0)
9696
erubi (1.10.0)
@@ -267,23 +267,23 @@ GEM
267267
mime-types (>= 1.16, < 4.0)
268268
netrc (~> 0.8)
269269
rexml (3.2.5)
270-
rspec-core (3.8.0)
271-
rspec-support (~> 3.8.0)
272-
rspec-expectations (3.8.2)
270+
rspec-core (3.11.0)
271+
rspec-support (~> 3.11.0)
272+
rspec-expectations (3.11.0)
273273
diff-lcs (>= 1.2.0, < 2.0)
274-
rspec-support (~> 3.8.0)
275-
rspec-mocks (3.8.0)
274+
rspec-support (~> 3.11.0)
275+
rspec-mocks (3.11.1)
276276
diff-lcs (>= 1.2.0, < 2.0)
277-
rspec-support (~> 3.8.0)
278-
rspec-rails (3.8.2)
279-
actionpack (>= 3.0)
280-
activesupport (>= 3.0)
281-
railties (>= 3.0)
282-
rspec-core (~> 3.8.0)
283-
rspec-expectations (~> 3.8.0)
284-
rspec-mocks (~> 3.8.0)
285-
rspec-support (~> 3.8.0)
286-
rspec-support (3.8.0)
277+
rspec-support (~> 3.11.0)
278+
rspec-rails (5.1.2)
279+
actionpack (>= 5.2)
280+
activesupport (>= 5.2)
281+
railties (>= 5.2)
282+
rspec-core (~> 3.10)
283+
rspec-expectations (~> 3.10)
284+
rspec-mocks (~> 3.10)
285+
rspec-support (~> 3.10)
286+
rspec-support (3.11.0)
287287
rubocop (0.82.0)
288288
jaro_winkler (~> 1.5.1)
289289
parallel (~> 1.10)
@@ -406,7 +406,7 @@ DEPENDENCIES
406406
ranked-model
407407
responders
408408
rest-client (> 2.0)
409-
rspec-rails (~> 3.8)
409+
rspec-rails (~> 5.1)
410410
rubocop
411411
sass-rails (~> 5.0)
412412
sentry-raven

0 commit comments

Comments
 (0)