Skip to content

Commit f9476da

Browse files
Bump rspec-rails from 5.0.1 to 5.0.2 (#158)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.1 to 5.0.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@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cc0f49 commit f9476da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ group :development, :test do
3939
gem 'rspec-core', '~> 3.10.0'
4040
gem 'rspec-expectations', '~> 3.10.1'
4141
gem 'rspec-mocks', '~> 3.10.2'
42-
gem 'rspec-rails', '~> 5.0.1'
42+
gem 'rspec-rails', '~> 5.0.2'
4343
gem 'rspec-support', '~> 3.10.2'
4444
gem 'bullet'
4545
gem 'climate_control'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ GEM
338338
rspec-mocks (3.10.2)
339339
diff-lcs (>= 1.2.0, < 2.0)
340340
rspec-support (~> 3.10.0)
341-
rspec-rails (5.0.1)
341+
rspec-rails (5.0.2)
342342
actionpack (>= 5.2)
343343
activesupport (>= 5.2)
344344
railties (>= 5.2)
@@ -447,7 +447,7 @@ DEPENDENCIES
447447
rspec-core (~> 3.10.0)
448448
rspec-expectations (~> 3.10.1)
449449
rspec-mocks (~> 3.10.2)
450-
rspec-rails (~> 5.0.1)
450+
rspec-rails (~> 5.0.2)
451451
rspec-support (~> 3.10.2)
452452
sentry-raven
453453
sidekiq

0 commit comments

Comments
 (0)