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

Commit bb07678

Browse files
committed
Revert "Bump rspec and rspec-rails versions"
This reverts commit de9fcc0. This change corresponded with the broker_api_compatibility tests breaking in the pipeline. I'm not able to reproduce locally, so we shall see if this commit was the culprit.
1 parent de9fcc0 commit bb07678

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ group :test do
8181
gem 'machinist', '~> 1.0.6'
8282
gem 'parallel_tests'
8383
gem 'rack-test'
84-
gem 'rspec', '~> 3.9.0'
84+
gem 'rspec', '~> 3.8.0'
8585
gem 'rspec-collection_matchers'
8686
gem 'rspec-instafail'
8787
gem 'rspec-its'
88-
gem 'rspec-rails', '~> 3.9.1'
88+
gem 'rspec-rails', '~> 3.8.3'
8989
gem 'rspec-wait'
9090
gem 'rspec_api_documentation', '>= 6.1.0'
9191
gem 'rubocop', '~> 0.79.0'

Gemfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
codeclimate-test-reporter (1.0.9)
119119
simplecov (<= 0.13)
120120
coderay (1.1.3)
121-
concurrent-ruby (1.1.7)
121+
concurrent-ruby (1.1.6)
122122
cookiejar (0.3.3)
123123
crack (0.4.3)
124124
safe_yaml (~> 1.0.0)
@@ -240,7 +240,7 @@ GEM
240240
ffi-compiler (>= 1.0, < 2.0)
241241
http_parser.rb (0.6.0)
242242
httpclient (2.8.3)
243-
i18n (1.8.5)
243+
i18n (1.8.2)
244244
concurrent-ruby (~> 1.0)
245245
ipaddress (0.8.3)
246246
jaro_winkler (1.5.4)
@@ -263,7 +263,7 @@ GEM
263263
rb-inotify (~> 0.9, >= 0.9.10)
264264
loggregator_emitter (5.2.0)
265265
beefcake (~> 1.0.0)
266-
loofah (2.7.0)
266+
loofah (2.5.0)
267267
crass (~> 1.0.2)
268268
nokogiri (>= 1.5.9)
269269
machinist (1.0.6)
@@ -276,7 +276,7 @@ GEM
276276
mime-types-data (~> 3.2015)
277277
mime-types-data (3.2020.0512)
278278
mini_portile2 (2.4.0)
279-
minitest (5.14.2)
279+
minitest (5.14.1)
280280
ms_rest (0.6.4)
281281
concurrent-ruby (~> 1.0)
282282
faraday (~> 0.9)
@@ -359,34 +359,34 @@ GEM
359359
rfc822 (0.1.5)
360360
roodi (5.0.0)
361361
ruby_parser (~> 3.2, >= 3.2.2)
362-
rspec (3.9.0)
363-
rspec-core (~> 3.9.0)
364-
rspec-expectations (~> 3.9.0)
365-
rspec-mocks (~> 3.9.0)
362+
rspec (3.8.0)
363+
rspec-core (~> 3.8.0)
364+
rspec-expectations (~> 3.8.0)
365+
rspec-mocks (~> 3.8.0)
366366
rspec-collection_matchers (1.2.0)
367367
rspec-expectations (>= 2.99.0.beta1)
368-
rspec-core (3.9.3)
369-
rspec-support (~> 3.9.3)
370-
rspec-expectations (3.9.2)
368+
rspec-core (3.8.2)
369+
rspec-support (~> 3.8.0)
370+
rspec-expectations (3.8.6)
371371
diff-lcs (>= 1.2.0, < 2.0)
372-
rspec-support (~> 3.9.0)
372+
rspec-support (~> 3.8.0)
373373
rspec-instafail (1.0.0)
374374
rspec
375375
rspec-its (1.3.0)
376376
rspec-core (>= 3.0.0)
377377
rspec-expectations (>= 3.0.0)
378-
rspec-mocks (3.9.1)
378+
rspec-mocks (3.8.2)
379379
diff-lcs (>= 1.2.0, < 2.0)
380-
rspec-support (~> 3.9.0)
381-
rspec-rails (3.9.1)
380+
rspec-support (~> 3.8.0)
381+
rspec-rails (3.8.3)
382382
actionpack (>= 3.0)
383383
activesupport (>= 3.0)
384384
railties (>= 3.0)
385-
rspec-core (~> 3.9.0)
386-
rspec-expectations (~> 3.9.0)
387-
rspec-mocks (~> 3.9.0)
388-
rspec-support (~> 3.9.0)
389-
rspec-support (3.9.3)
385+
rspec-core (~> 3.8.0)
386+
rspec-expectations (~> 3.8.0)
387+
rspec-mocks (~> 3.8.0)
388+
rspec-support (~> 3.8.0)
389+
rspec-support (3.8.3)
390390
rspec-wait (0.0.9)
391391
rspec (>= 3, < 4)
392392
rspec_api_documentation (6.1.0)
@@ -554,11 +554,11 @@ DEPENDENCIES
554554
retryable
555555
rfc822
556556
roodi
557-
rspec (~> 3.9.0)
557+
rspec (~> 3.8.0)
558558
rspec-collection_matchers
559559
rspec-instafail
560560
rspec-its
561-
rspec-rails (~> 3.9.1)
561+
rspec-rails (~> 3.8.3)
562562
rspec-wait
563563
rspec_api_documentation (>= 6.1.0)
564564
rubocop (~> 0.79.0)

0 commit comments

Comments
 (0)