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:
Diffstat (limited to 'gems/gitlab-rspec/Gemfile')
-rw-r--r--gems/gitlab-rspec/Gemfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gems/gitlab-rspec/Gemfile b/gems/gitlab-rspec/Gemfile
new file mode 100644
index 00000000000..78f8c3d0b36
--- /dev/null
+++ b/gems/gitlab-rspec/Gemfile
@@ -0,0 +1,18 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+gemspec
+
+gem "rspec", "~> 3.0"
+gem 'nokogiri', '~> 1.15.2'
+
+group :development, :test do
+ gem 'rubocop'
+ gem 'rubocop-rspec', '~> 2.18.1'
+ gem 'factory_bot_rails', '~> 6.2.0'
+ gem 'gitlab-styles', '~> 10.0.0', require: false
+ gem 'rspec-rails', '~> 6.0.1'
+ gem 'rspec-parameterized', '~> 1.0'
+ gem 'rspec-benchmark', '~> 0.6.0'
+end