diff --git a/Gemfile b/Gemfile index 552aa15f06640b894896618279aedf92a0650fc0..a06740129fb89275a6160023176606e9da105847 100644 --- a/Gemfile +++ b/Gemfile @@ -304,7 +304,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.6.0" + gem "rspec-rails", "3.6.1" # Cucumber (integration tests) gem "cucumber-rails", "1.5.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e52a00fb23f2d9381eb211d0fc0d6e5f3d9388bc..b309710fbe4987b823c1e6f6623dc63c2767a372 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -598,7 +598,7 @@ GEM rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.6.0) - rspec-rails (3.6.0) + rspec-rails (3.6.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -873,7 +873,7 @@ DEPENDENCIES redcarpet (= 3.4.0) responders (= 2.4.0) rspec-json_expectations (~> 2.1) - rspec-rails (= 3.6.0) + rspec-rails (= 3.6.1) rubocop (= 0.49.1) ruby-oembed (= 0.12.0) rubyzip (= 1.2.1)