diff --git a/Gemfile b/Gemfile index e4196c585..770c18215 100644 --- a/Gemfile +++ b/Gemfile @@ -278,7 +278,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.3.2" + gem "rspec-rails", "3.3.3" # Cucumber (integration tests) gem "cucumber-rails", "1.4.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index b7f278d2f..3dff8bd49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -608,17 +608,17 @@ GEM rspec-core (~> 3.3.0) rspec-expectations (~> 3.3.0) rspec-mocks (~> 3.3.0) - rspec-core (3.3.1) + rspec-core (3.3.2) rspec-support (~> 3.3.0) - rspec-expectations (3.3.0) + rspec-expectations (3.3.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-instafail (0.2.6) rspec - rspec-mocks (3.3.1) + rspec-mocks (3.3.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) - rspec-rails (3.3.2) + rspec-rails (3.3.3) actionpack (>= 3.0, < 4.3) activesupport (>= 3.0, < 4.3) railties (>= 3.0, < 4.3) @@ -847,7 +847,7 @@ DEPENDENCIES responders (= 2.1.0) roxml (= 3.1.6) rspec-instafail (= 0.2.6) - rspec-rails (= 3.3.2) + rspec-rails (= 3.3.3) rubocop (= 0.32.0) ruby-oembed (= 0.8.14) rubyzip (= 1.1.7)