2016-01-20 00:51:50 +05:30
|
|
|
Bundler will fail when it can't find these locally
|
|
|
|
|
2017-01-15 13:33:34 +05:30
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2020-02-20 21:17:47 +05:30
|
|
|
@@ -93,7 +93,6 @@
|
2019-12-21 21:33:11 +05:30
|
|
|
# https://gitlab.com/gitlab-org/gitlab/issues/31747
|
2020-02-20 21:17:47 +05:30
|
|
|
gem 'graphiql-rails', '~> 1.4', '>= 1.4.10'
|
2020-02-09 19:10:35 +05:30
|
|
|
gem 'apollo_upload_server', '~> 2.0.0.beta3'
|
2020-02-20 21:17:47 +05:30
|
|
|
-gem 'graphql-docs', '~> 1.6', group: [:development, :test]
|
2019-10-03 13:58:00 +05:30
|
|
|
|
|
|
|
# Disable strong_params so that Mash does not respond to :permitted?
|
|
|
|
gem 'hashie-forbidden_attributes'
|
2020-02-20 21:17:47 +05:30
|
|
|
@@ -308,7 +307,6 @@
|
2020-03-12 18:50:15 +05:30
|
|
|
gem 'rails-i18n', '~> 6.0'
|
2017-09-10 18:21:32 +05:30
|
|
|
gem 'gettext_i18n_rails', '~> 1.8'
|
2018-05-09 12:38:34 +05:30
|
|
|
gem 'gettext_i18n_rails_js', '~> 1.3'
|
2019-02-15 18:28:22 +05:30
|
|
|
-gem 'gettext', '~> 3.2', '>= 3.2.2', require: false, group: :development
|
2017-09-10 18:21:32 +05:30
|
|
|
|
2019-07-31 23:45:35 +05:30
|
|
|
gem 'batch-loader', '~> 1.4'
|
2018-03-18 12:27:51 +05:30
|
|
|
|
2020-05-24 23:50:06 +05:30
|
|
|
@@ -327,23 +325,7 @@
|
2019-07-31 23:45:35 +05:30
|
|
|
gem 'raindrops', '~> 0.18'
|
2016-01-14 19:11:10 +05:30
|
|
|
end
|
2015-12-23 12:03:16 +05:30
|
|
|
|
|
|
|
-group :development do
|
2018-05-09 12:38:34 +05:30
|
|
|
- gem 'brakeman', '~> 4.2', require: false
|
2019-12-04 21:09:36 +05:30
|
|
|
- gem 'danger', '~> 6.0', require: false
|
2015-12-23 12:03:16 +05:30
|
|
|
-
|
2019-07-31 23:45:35 +05:30
|
|
|
- gem 'letter_opener_web', '~> 1.3.4'
|
2016-08-24 20:52:28 +05:30
|
|
|
- gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
|
2015-12-23 12:03:16 +05:30
|
|
|
-
|
|
|
|
- # Better errors handler
|
2019-09-04 22:21:00 +05:30
|
|
|
- gem 'better_errors', '~> 2.5.0'
|
2018-12-24 00:09:40 +05:30
|
|
|
- gem 'binding_of_caller', '~> 0.8.0'
|
2015-12-23 12:03:16 +05:30
|
|
|
-
|
|
|
|
- # thin instead webrick
|
2019-09-04 22:21:00 +05:30
|
|
|
- gem 'thin', '~> 1.7.0'
|
2015-12-23 12:03:16 +05:30
|
|
|
-end
|
|
|
|
-
|
2020-02-28 11:55:49 +05:30
|
|
|
group :development, :test do
|
2020-02-28 12:49:51 +05:30
|
|
|
- gem 'bullet', '~> 6.0.2', require: !!ENV['ENABLE_BULLET']
|
2020-04-08 15:34:39 +05:30
|
|
|
gem 'pry-byebug', '~> 3.5','>= 3.5.1', platform: :mri
|
2020-03-12 18:50:15 +05:30
|
|
|
gem 'pry-rails', '~> 0.3.9'
|
2020-02-28 12:49:51 +05:30
|
|
|
|
2020-05-24 23:50:06 +05:30
|
|
|
@@ -362,16 +344,6 @@
|
2020-02-29 12:50:57 +05:30
|
|
|
gem 'spring', '~> 2.0'
|
2020-02-28 12:49:51 +05:30
|
|
|
gem 'spring-commands-rspec', '~> 1.0', '>= 1.0.4'
|
|
|
|
|
2020-04-22 19:44:27 +05:30
|
|
|
- gem 'gitlab-styles', '~> 3.2', require: false
|
2020-02-28 12:49:51 +05:30
|
|
|
- # Pin these dependencies, otherwise a new rule could break the CI pipelines
|
2020-04-08 15:34:39 +05:30
|
|
|
- gem 'rubocop', '~> 0.74'
|
2020-03-12 18:50:15 +05:30
|
|
|
- gem 'rubocop-performance', '~> 1.4', '>= 1.4.1'
|
|
|
|
- gem 'rubocop-rspec', '~> 1.37'
|
2020-02-28 12:49:51 +05:30
|
|
|
-
|
|
|
|
- gem 'scss_lint', '~> 0.56.0', require: false
|
|
|
|
- gem 'haml_lint', '~> 0.34.0', require: false
|
2020-04-22 19:44:27 +05:30
|
|
|
- gem 'simplecov', '~> 0.18.5', require: false
|
2020-04-08 15:34:39 +05:30
|
|
|
- gem 'bundler-audit', '~> 0.6.1', require: false
|
2020-02-28 12:49:51 +05:30
|
|
|
|
|
|
|
gem 'benchmark-ips', '~> 2.3', require: false
|
|
|
|
|
2020-05-24 23:50:06 +05:30
|
|
|
@@ -386,11 +358,6 @@
|
2020-03-12 18:50:15 +05:30
|
|
|
gem 'parallel', '~> 1.19', require: false
|
2020-02-28 11:55:49 +05:30
|
|
|
end
|
|
|
|
|
2020-02-20 21:17:47 +05:30
|
|
|
-# Gems required in omnibus-gitlab pipeline
|
|
|
|
-group :development, :test, :omnibus do
|
|
|
|
- gem 'license_finder', '~> 5.4', require: false
|
|
|
|
-end
|
|
|
|
-
|
|
|
|
group :test do
|
2020-02-24 20:28:28 +05:30
|
|
|
gem 'fuubar', '~> 2.2'
|
2020-02-20 21:17:47 +05:30
|
|
|
gem 'rspec-retry', '~> 0.6.1'
|