summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-08 21:41:22 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-10 15:04:56 -0300
commit72dee32f460b8f1217e1e92cd4833b2b91b287e0 (patch)
tree415576ad6a02ae7cef07aaf7cb34a6f0a9313e03 /Gemfile
parent2d9cd76f4f7319a9f4cafc5a01e6b5f29d3cb1fc (diff)
downloadgitlab-ce-72dee32f460b8f1217e1e92cd4833b2b91b287e0.tar.gz
Upgrade rspec-rails to 3.8.2 and dependenciessh-bump-rspec-versions
This brings the rspec-core version in line with the Gitaly changes and introduces Rails 5.1/5.2 improvements. Full CHANGELOG: https://github.com/rspec/rspec-rails/blob/master/Changelog.md
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f32e899342b..7280029654b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -339,7 +339,7 @@ group :development, :test do
gem 'database_cleaner', '~> 1.7.0'
gem 'factory_bot_rails', '~> 4.8.2'
- gem 'rspec-rails', '~> 3.7.0'
+ gem 'rspec-rails', '~> 3.8.0'
gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'