diff --git a/Gemfile b/Gemfile index 620360a4..5aede273 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end group :development, :test do gem 'dotenv-rails', '~> 2.7' - gem 'rspec-rails', '~> 4.0' + gem 'rspec-rails', '~> 4.1' gem 'webmock', '~> 3.12' gem 'shoulda-matchers', '~> 4.5' gem 'byebug', '~> 11.1' diff --git a/Gemfile.lock b/Gemfile.lock index 705af401..be565dc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,6 @@ GEM railties (>= 4) jsonapi-renderer (0.2.2) libv8 (3.16.14.19) - libv8 (3.16.14.19-x86_64-linux) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -215,7 +214,7 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.0.2) + rspec-rails (4.1.0) actionpack (>= 4.2) activesupport (>= 4.2) railties (>= 4.2) @@ -312,7 +311,7 @@ DEPENDENCIES pry-rails (~> 0.3) rails (= 6.1.3) railties (= 6.1.3) - rspec-rails (~> 4.0) + rspec-rails (~> 4.1) sassc-rails (~> 2.1) sdoc (~> 2.0) shoulda-matchers (~> 4.5)