Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-12-18 21:40:22 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-12-21 16:05:50 +0300
commit618fd31aad4856a7f86896ceca1bdf4589da1b83 (patch)
tree42b95734326d60f86c2878a93009b1ee16586431 /Gemfile
parent6749ef30b3484625de573ecf1709d34b4176421d (diff)
Bump database_cleaner version
should fix issue with: undefined method `schema_migrations_table_name' for ActiveRecord::Migrator:Class https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/135978879
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5ddd1f614f1..fedbbccf8fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -331,7 +331,7 @@ group :development, :test do
gem 'awesome_print', require: false
gem 'fuubar', '~> 2.2.0'
- gem 'database_cleaner', '~> 1.5.0'
+ gem 'database_cleaner', '~> 1.7.0'
gem 'factory_bot_rails', '~> 4.8.2'
gem 'rspec-rails', '~> 3.7.0'
gem 'rspec-retry', '~> 0.4.5'