diff --git a/Gemfile b/Gemfile index d0816a507a5f4967f0a6350cbc8ce06b0afede6d..74f41e040aab214e567120ae32a6983866c38e93 100644 --- a/Gemfile +++ b/Gemfile @@ -301,7 +301,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.8.1" + gem "rspec-rails", "3.8.2" # Cucumber (integration tests) gem "cucumber-rails", "1.6.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 48506d2d1033714ef94dab98339788b69fef42ed..90be6c40ae8ed5a4d35210a6fe68fd6751be604d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,7 +609,7 @@ GEM rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-rails (3.8.1) + rspec-rails (3.8.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -877,7 +877,7 @@ DEPENDENCIES redis (= 3.3.5) responders (= 2.4.1) rspec-json_expectations (~> 2.1) - rspec-rails (= 3.8.1) + rspec-rails (= 3.8.2) rubocop (= 0.66.0) ruby-oembed (= 0.12.0) rubyzip (= 1.2.2)