diff --git a/Gemfile b/Gemfile
index 14381f782aa31724a57c76d5477565f7b0b23902..4041f02e45d88c5e84cd4e176b77d216b830958b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -294,7 +294,7 @@ end
 
 group :development, :test do
   # RSpec (unit tests, some integration tests)
-  gem "rspec-rails", "3.5.1"
+  gem "rspec-rails", "3.5.2"
 
   # Cucumber (integration tests)
   gem "cucumber-rails", "1.4.5", require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index d5c19cd4a9c5c533b7805048e7be529d6ff4e0ed..c51986c53837c7fa8754169b10ef7c5cb02ee74a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -743,7 +743,7 @@ GEM
     rspec-mocks (3.5.0)
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.5.0)
-    rspec-rails (3.5.1)
+    rspec-rails (3.5.2)
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       railties (>= 3.0)
@@ -1022,7 +1022,7 @@ DEPENDENCIES
   rb-inotify (= 0.9.7)
   redcarpet (= 3.3.4)
   responders (= 2.3.0)
-  rspec-rails (= 3.5.1)
+  rspec-rails (= 3.5.2)
   rubocop (= 0.40.0)
   ruby-oembed (= 0.10.1)
   rubyzip (= 1.2.0)