summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-01 13:44:50 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-01 13:44:50 -0600
commit66d7acfe4ddec5d5f16bc6a7d758343ff8573fd9 (patch)
treebd6640a438ef14d4d4b0a11dfd1e0cd37ebfa388 /Gemfile
parent15a2c558022908e23f0ff6ac80a135899aa0899a (diff)
downloadgitlab-ce-66d7acfe4ddec5d5f16bc6a7d758343ff8573fd9.tar.gz
Update rspec-rails from 3.3.3 to 3.4.2.
This allows the removal of the monkey patch from this commit: 47ff1c56089b3df9c36b77c02f0f3db54fea1d54 It'll also make it slightly easier to upgrade to 3.5.0 later. Changelog: https://github.com/rspec/rspec-rails/blob/master/Changelog.md#340--2015-11-11
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 25c13fda575..c10fe0a1c7c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -269,7 +269,7 @@ group :development, :test do
gem 'database_cleaner', '~> 1.4.0'
gem 'factory_girl_rails', '~> 4.6.0'
- gem 'rspec-rails', '~> 3.3.0'
+ gem 'rspec-rails', '~> 3.4.0'
gem 'rspec-retry'
gem 'spinach-rails', '~> 0.2.1'
gem 'spinach-rerun-reporter', '~> 0.0.2'