diff --git a/Gemfile b/Gemfile index 0111e2204c9..d24fb59b729 100644 --- a/Gemfile +++ b/Gemfile @@ -81,11 +81,11 @@ group :test do gem 'machinist', '~> 1.0.6' gem 'parallel_tests' gem 'rack-test' - gem 'rspec', '~> 3.8.0' + gem 'rspec', '~> 3.10.0' gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 3.8.3' + gem 'rspec-rails', '~> 5.0.1' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' gem 'rubocop', '~> 0.79.0' diff --git a/Gemfile.lock b/Gemfile.lock index 30b71a68764..bebc139d19c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM codeclimate-test-reporter (1.0.9) simplecov (<= 0.13) coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) cookiejar (0.3.3) crack (0.4.3) safe_yaml (~> 1.0.0) @@ -144,7 +144,7 @@ GEM http_parser.rb (>= 0.6.0) em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) - erubi (1.9.0) + erubi (1.10.0) eventmachine (1.0.9.1) excon (0.76.0) faraday (0.15.4) @@ -240,7 +240,7 @@ GEM ffi-compiler (>= 1.0, < 2.0) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.8.2) + i18n (1.8.9) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jaro_winkler (1.5.4) @@ -263,7 +263,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.5.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) machinist (1.0.6) @@ -276,7 +276,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.4) ms_rest (0.6.4) concurrent-ruby (~> 1.0) faraday (~> 0.9) @@ -359,34 +359,34 @@ GEM rfc822 (0.1.5) roodi (5.0.0) ruby_parser (~> 3.2, >= 3.2.2) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.8.2) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.6) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) + rspec-support (~> 3.10.0) rspec-instafail (1.0.0) rspec rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.8.2) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-rails (3.8.3) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.3) + rspec-support (~> 3.10.0) + rspec-rails (5.0.1) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.2) rspec-wait (0.0.9) rspec (>= 3, < 4) rspec_api_documentation (6.1.0) @@ -464,13 +464,13 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.1) timeliness (0.3.10) to_regexp (0.2.1) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) @@ -554,11 +554,11 @@ DEPENDENCIES retryable rfc822 roodi - rspec (~> 3.8.0) + rspec (~> 3.10.0) rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 3.8.3) + rspec-rails (~> 5.0.1) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 0.79.0)