Refresh patches

This commit is contained in:
Pirate Praveen 2018-11-20 21:00:51 +05:30
parent 4af4929f64
commit 6b65f4dab7
8 changed files with 31 additions and 28 deletions

View file

@ -73,7 +73,7 @@ gitlab Gemfile
+gem 'validates_hostname', '~> 1.0', '>= 1.0.6' +gem 'validates_hostname', '~> 1.0', '>= 1.0.6'
# Browser detection # Browser detection
gem 'browser', '~> 2.2' gem 'browser', '~> 2.5'
@@ -86,15 +86,15 @@ @@ -86,15 +86,15 @@
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false
@ -101,20 +101,20 @@ gitlab Gemfile
+gem 'hamlit', '~> 2.8', '>= 2.8.8' +gem 'hamlit', '~> 2.8', '>= 2.8.8'
# Files attachments # Files attachments
gem 'carrierwave', '~> 1.2' # Locked until https://github.com/carrierwaveuploader/carrierwave/pull/2332/files is merged.
@@ -114,9 +114,9 @@ @@ -116,9 +116,9 @@
gem 'dropzonejs-rails', '~> 0.7.1' gem 'dropzonejs-rails', '~> 0.7.1'
# for backups # for backups
-gem 'fog-aws', '~> 2.0.1' -gem 'fog-aws', '~> 2.0.1'
+gem 'fog-aws', '~> 2.0', '>= 2.0.1' +gem 'fog-aws', '~> 2.0', '>= 2.0.1'
gem 'fog-core', '~> 1.44' gem 'fog-core', '~> 1.44'
-gem 'fog-google', '~> 1.3.3' -gem 'fog-google', '~> 1.7.1'
+gem 'fog-google', '~> 1.3', '>= 1.3.3' +gem 'fog-google', '~> 1.7', '>= 1.7.1'
gem 'fog-local', '~> 0.3' gem 'fog-local', '~> 0.3'
gem 'fog-openstack', '~> 0.1' gem 'fog-openstack', '~> 0.1'
gem 'fog-rackspace', '~> 0.1.1' gem 'fog-rackspace', '~> 0.1.1'
@@ -129,35 +129,35 @@ @@ -131,35 +131,35 @@
gem 'unf', '~> 0.1.4' gem 'unf', '~> 0.1.4'
# Seed data # Seed data
@ -160,7 +160,7 @@ gitlab Gemfile
gem 'unicorn-worker-killer', '~> 0.4.4' gem 'unicorn-worker-killer', '~> 0.4.4'
end end
@@ -170,7 +170,7 @@ @@ -172,7 +172,7 @@
# Background jobs # Background jobs
gem 'sidekiq', '~> 5.1' gem 'sidekiq', '~> 5.1'
gem 'sidekiq-cron', '~> 0.6.0' gem 'sidekiq-cron', '~> 0.6.0'
@ -169,7 +169,7 @@ gitlab Gemfile
gem 'sidekiq-limit_fetch', '~> 3.4', require: false gem 'sidekiq-limit_fetch', '~> 3.4', require: false
# Cron Parser # Cron Parser
@@ -186,39 +186,39 @@ @@ -188,14 +188,14 @@
gem 'ruby-progressbar' gem 'ruby-progressbar'
# GitLab settings # GitLab settings
@ -185,7 +185,9 @@ gitlab Gemfile
-gem 'version_sorter', '~> 2.1.0' -gem 'version_sorter', '~> 2.1.0'
+gem 'version_sorter', '~> 2.1' +gem 'version_sorter', '~> 2.1'
# User agent parsing # Export Ruby Regex to Javascript
gem 'js_regex', '~> 2.2.1'
@@ -204,23 +204,23 @@
gem 'device_detector' gem 'device_detector'
# Cache # Cache
@ -207,16 +209,13 @@ gitlab Gemfile
-gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
+gem 'gitlab-flowdock-git-hook', '~> 1.0', '>= 1.0.1' +gem 'gitlab-flowdock-git-hook', '~> 1.0', '>= 1.0.1'
# Gemnasium integration
gem 'gemnasium-gitlab-service', '~> 0.2'
# Slack integration # Slack integration
-gem 'slack-notifier', '~> 1.5.1' -gem 'slack-notifier', '~> 1.5.1'
+gem 'slack-notifier', '~> 1.5', '>= 1.5.1' +gem 'slack-notifier', '~> 1.5', '>= 1.5.1'
# Hangouts Chat integration # Hangouts Chat integration
gem 'hangouts-chat', '~> 0.0.5' gem 'hangouts-chat', '~> 0.0.5'
@@ -230,11 +230,11 @@ @@ -232,11 +232,11 @@
gem 'ruby-fogbugz', '~> 0.2.1' gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration # Kubernetes integration
@ -230,7 +229,7 @@ gitlab Gemfile
# Sanitizes SVG input # Sanitizes SVG input
gem 'loofah', '~> 2.2' gem 'loofah', '~> 2.2'
@@ -243,13 +243,13 @@ @@ -245,13 +245,13 @@
gem 'licensee', '~> 8.9' gem 'licensee', '~> 8.9'
# Protect against bruteforcing # Protect against bruteforcing
@ -247,7 +246,7 @@ gitlab Gemfile
# Detect and convert string character encoding # Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.5' gem 'charlock_holmes', '~> 0.7.5'
@@ -264,41 +264,41 @@ @@ -266,41 +266,41 @@
gem 'webpack-rails', '~> 0.9.10' gem 'webpack-rails', '~> 0.9.10'
gem 'rack-proxy', '~> 0.6.0' gem 'rack-proxy', '~> 0.6.0'
@ -303,7 +302,7 @@ gitlab Gemfile
# Metrics # Metrics
group :metrics do group :metrics do
@@ -406,15 +406,15 @@ @@ -408,15 +408,15 @@
gem 'oauth2', '~> 1.4' gem 'oauth2', '~> 1.4'
# Health check # Health check
@ -323,11 +322,13 @@ gitlab Gemfile
# Required for ED25519 SSH host key support # Required for ED25519 SSH host key support
group :ed25519 do group :ed25519 do
@@ -424,12 +424,12 @@ @@ -425,13 +425,13 @@
end
# Gitaly GRPC client # Gitaly GRPC client
gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly' -gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly'
-gem 'grpc', '~> 1.11.0' -gem 'grpc', '~> 1.11.0'
+gem 'gitaly-proto', '~> 0.117', require: 'gitaly'
+gem 'grpc', '~> 1.11' +gem 'grpc', '~> 1.11'
# Locked until https://github.com/google/protobuf/issues/4210 is closed # Locked until https://github.com/google/protobuf/issues/4210 is closed

View file

@ -2,7 +2,7 @@ Bundler will fail when it can't find these locally
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -287,7 +287,6 @@ @@ -289,7 +289,6 @@
gem 'rails-i18n', gem_versions['rails-i18n'] gem 'rails-i18n', gem_versions['rails-i18n']
gem 'gettext_i18n_rails', '~> 1.8' gem 'gettext_i18n_rails', '~> 1.8'
gem 'gettext_i18n_rails_js', '~> 1.3' gem 'gettext_i18n_rails_js', '~> 1.3'
@ -10,7 +10,7 @@ Bundler will fail when it can't find these locally
gem 'batch-loader', '~> 1.2', '>= 1.2.1' gem 'batch-loader', '~> 1.2', '>= 1.2.1'
@@ -310,21 +309,6 @@ @@ -312,21 +311,6 @@
gem 'raindrops', '~> 0.18' gem 'raindrops', '~> 0.18'
end end

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -310,7 +310,7 @@ @@ -312,7 +312,7 @@
gem 'raindrops', '~> 0.18' gem 'raindrops', '~> 0.18'
end end
@ -9,7 +9,7 @@
gem 'bootsnap', '~> 1.3' gem 'bootsnap', '~> 1.3'
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
gem 'pry-byebug', '~> 3.4.1', platform: :mri gem 'pry-byebug', '~> 3.4.1', platform: :mri
@@ -363,9 +363,9 @@ @@ -364,9 +364,9 @@
gem 'simple_po_parser', '~> 1.1.2', require: false gem 'simple_po_parser', '~> 1.1.2', require: false
gem 'timecop', '~> 0.8.0' gem 'timecop', '~> 0.8.0'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -369,7 +369,7 @@ @@ -370,7 +370,7 @@
gem 'shoulda-matchers', '~> 3.1.2', require: false gem 'shoulda-matchers', '~> 3.1.2', require: false
gem 'email_spec', '~> 2.2.0' gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0' gem 'json-schema', '~> 2.8.0'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -294,7 +294,6 @@ @@ -296,7 +296,6 @@
# Perf bar # Perf bar
gem 'peek', '~> 1.0', '>= 1.0.1' gem 'peek', '~> 1.0', '>= 1.0.1'
gem 'peek-gc', '~> 0.0.2' gem 'peek-gc', '~> 0.0.2'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -178,7 +178,7 @@ @@ -180,7 +180,7 @@
gem 'rufus-scheduler', '~> 3.4' gem 'rufus-scheduler', '~> 3.4'
# HTTP requests # HTTP requests
@ -8,4 +8,4 @@
+gem 'httparty', '~> 0.13' +gem 'httparty', '~> 0.13'
# Colored output to console # Colored output to console
gem 'rainbow', '~> 2.2' gem 'rainbow', '~> 3.0'

View file

@ -1,6 +1,6 @@
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -112,7 +112,7 @@ @@ -114,7 +114,7 @@
gem 'mini_magick' gem 'mini_magick'
# Drag and Drop UI # Drag and Drop UI

View file

@ -1,6 +1,6 @@
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -109,37 +109,5 @@ @@ -109,39 +109,5 @@
"xterm": "^3.5.0" "xterm": "^3.5.0"
}, },
"devDependencies": { "devDependencies": {
@ -21,6 +21,8 @@
- "eslint-plugin-jasmine": "^2.1.0", - "eslint-plugin-jasmine": "^2.1.0",
- "eslint-plugin-promise": "^3.8.0", - "eslint-plugin-promise": "^3.8.0",
- "eslint-plugin-vue": "^4.5.0", - "eslint-plugin-vue": "^4.5.0",
- "gettext-extractor": "^3.3.2",
- "gettext-extractor-vue": "^4.0.1",
- "ignore": "^3.3.7", - "ignore": "^3.3.7",
- "istanbul": "^0.4.5", - "istanbul": "^0.4.5",
- "jasmine-core": "^2.9.0", - "jasmine-core": "^2.9.0",