diff --git a/Gemfile b/Gemfile index e83baa61..288372bb 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'dotenv-rails', "~> 2.6" group :development, :test do gem 'byebug', "~> 10.0" gem 'pry-byebug', "~> 3.6" - gem 'rspec-rails', "~> 3.6" + gem 'rspec-rails', "~> 5.1" gem 'pry-rails', "~> 0.3" gem 'faraday-detailed_logger', "~> 2.5" end diff --git a/Gemfile.lock b/Gemfile.lock index 5ea98fb4..825f9c9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,11 +73,11 @@ GEM celluloid-supervision (0.20.6) timers (>= 4.1.1) coderay (1.1.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.5) crass (1.0.6) database_cleaner (1.7.0) - diff-lcs (1.3) + diff-lcs (1.5.0) dotenv (2.6.0) dotenv-rails (2.6.0) dotenv (= 2.6.0) @@ -113,7 +113,7 @@ GEM logstasher (2.1.5) activesupport (>= 5.2) request_store - loofah (2.14.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -128,7 +128,7 @@ GEM ruby2_keywords (~> 0.0.1) newrelic_rpm (4.7.1.340) nio4r (2.5.8) - nokogiri (1.13.3) + nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) panoptes-client (0.3.8) @@ -185,23 +185,23 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-rails (3.7.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) + 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.11.0) ruby2_keywords (0.0.5) sidekiq (5.2.10) connection_pool (~> 2.2, >= 2.2.2) @@ -265,7 +265,7 @@ DEPENDENCIES rack-cors (~> 1.0) rails (~> 5.2) responders (~> 3.0) - rspec-rails (~> 3.6) + rspec-rails (~> 5.1) sidekiq (~> 5.2) sidetiq (~> 0.7) sinatra (~> 2.2)