Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 870afc1

Browse files
build(deps-dev): bump rspec from 3.9.0 to 3.10.0
Bumps [rspec](https://github.com/rspec/rspec) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](rspec/rspec@v3.9.0...v3.10.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a11dc99 commit 870afc1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ group :test do
8282
gem 'machinist', '~> 1.0.6'
8383
gem 'parallel_tests'
8484
gem 'rack-test'
85-
gem 'rspec', '~> 3.9.0'
85+
gem 'rspec', '~> 3.10.0'
8686
gem 'rspec-collection_matchers'
8787
gem 'rspec-instafail'
8888
gem 'rspec-its'

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -366,25 +366,25 @@ GEM
366366
rfc822 (0.1.5)
367367
roodi (5.0.0)
368368
ruby_parser (~> 3.2, >= 3.2.2)
369-
rspec (3.9.0)
370-
rspec-core (~> 3.9.0)
371-
rspec-expectations (~> 3.9.0)
372-
rspec-mocks (~> 3.9.0)
369+
rspec (3.10.0)
370+
rspec-core (~> 3.10.0)
371+
rspec-expectations (~> 3.10.0)
372+
rspec-mocks (~> 3.10.0)
373373
rspec-collection_matchers (1.2.0)
374374
rspec-expectations (>= 2.99.0.beta1)
375-
rspec-core (3.9.3)
376-
rspec-support (~> 3.9.3)
377-
rspec-expectations (3.9.3)
375+
rspec-core (3.10.0)
376+
rspec-support (~> 3.10.0)
377+
rspec-expectations (3.10.0)
378378
diff-lcs (>= 1.2.0, < 2.0)
379-
rspec-support (~> 3.9.0)
379+
rspec-support (~> 3.10.0)
380380
rspec-instafail (1.0.0)
381381
rspec
382382
rspec-its (1.3.0)
383383
rspec-core (>= 3.0.0)
384384
rspec-expectations (>= 3.0.0)
385-
rspec-mocks (3.9.1)
385+
rspec-mocks (3.10.0)
386386
diff-lcs (>= 1.2.0, < 2.0)
387-
rspec-support (~> 3.9.0)
387+
rspec-support (~> 3.10.0)
388388
rspec-rails (4.0.1)
389389
actionpack (>= 4.2)
390390
activesupport (>= 4.2)
@@ -393,7 +393,7 @@ GEM
393393
rspec-expectations (~> 3.9)
394394
rspec-mocks (~> 3.9)
395395
rspec-support (~> 3.9)
396-
rspec-support (3.9.4)
396+
rspec-support (3.10.0)
397397
rspec-wait (0.0.9)
398398
rspec (>= 3, < 4)
399399
rspec_api_documentation (6.1.0)
@@ -566,7 +566,7 @@ DEPENDENCIES
566566
retryable
567567
rfc822
568568
roodi
569-
rspec (~> 3.9.0)
569+
rspec (~> 3.10.0)
570570
rspec-collection_matchers
571571
rspec-instafail
572572
rspec-its

0 commit comments

Comments
 (0)