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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-08 03:07:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-08 03:07:19 +0300
commit0a7deb30e20d92bd1251cfc25ce3a0e75c12f188 (patch)
treed21350e19988d15d4f47c50dd6faed0b1035fa6f
parent73cd2cee8173e3665b3bf9c857d3014663e6dc05 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--Gemfile.lock2
-rw-r--r--gems/gitlab-database-load_balancing/Gemfile.lock1
-rw-r--r--gems/gitlab-http/Gemfile.lock2
-rw-r--r--gems/gitlab-http/gitlab-http.gemspec1
-rw-r--r--gems/gitlab-utils/Gemfile.lock1
-rw-r--r--gems/gitlab-utils/gitlab-utils.gemspec1
-rw-r--r--qa/Gemfile.lock1
7 files changed, 0 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 10a2a93b31e..1c4388e3059 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -45,7 +45,6 @@ PATH
concurrent-ruby (~> 1.2)
httparty (~> 0.21.0)
ipaddress (~> 0.8.3)
- nokogiri (~> 1.15.4)
railties (~> 7)
PATH
@@ -92,7 +91,6 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (>= 1.15)
rake (~> 13.0)
PATH
diff --git a/gems/gitlab-database-load_balancing/Gemfile.lock b/gems/gitlab-database-load_balancing/Gemfile.lock
index 953b84ea84f..9c8653d9389 100644
--- a/gems/gitlab-database-load_balancing/Gemfile.lock
+++ b/gems/gitlab-database-load_balancing/Gemfile.lock
@@ -26,7 +26,6 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (>= 1.15)
rake (~> 13.0)
PATH
diff --git a/gems/gitlab-http/Gemfile.lock b/gems/gitlab-http/Gemfile.lock
index 3f48e2157e5..149a6805f05 100644
--- a/gems/gitlab-http/Gemfile.lock
+++ b/gems/gitlab-http/Gemfile.lock
@@ -13,7 +13,6 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (>= 1.15)
rake (~> 13.0)
PATH
@@ -24,7 +23,6 @@ PATH
concurrent-ruby (~> 1.2)
httparty (~> 0.21.0)
ipaddress (~> 0.8.3)
- nokogiri (~> 1.15.4)
railties (~> 7)
GEM
diff --git a/gems/gitlab-http/gitlab-http.gemspec b/gems/gitlab-http/gitlab-http.gemspec
index 0033f17447b..27366246bb1 100644
--- a/gems/gitlab-http/gitlab-http.gemspec
+++ b/gems/gitlab-http/gitlab-http.gemspec
@@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.2'
spec.add_runtime_dependency 'httparty', '~> 0.21.0'
spec.add_runtime_dependency 'ipaddress', '~> 0.8.3'
- spec.add_runtime_dependency 'nokogiri', '~> 1.15.4'
spec.add_runtime_dependency "railties", "~> 7"
spec.add_development_dependency 'gitlab-styles', '~> 10.1.0'
diff --git a/gems/gitlab-utils/Gemfile.lock b/gems/gitlab-utils/Gemfile.lock
index 16e7854c817..76c6c1e2110 100644
--- a/gems/gitlab-utils/Gemfile.lock
+++ b/gems/gitlab-utils/Gemfile.lock
@@ -13,7 +13,6 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (>= 1.15)
rake (~> 13.0)
GEM
diff --git a/gems/gitlab-utils/gitlab-utils.gemspec b/gems/gitlab-utils/gitlab-utils.gemspec
index f0767cb7053..b66f467d0b6 100644
--- a/gems/gitlab-utils/gitlab-utils.gemspec
+++ b/gems/gitlab-utils/gitlab-utils.gemspec
@@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "actionview", ">= 6.1.7.2"
spec.add_runtime_dependency "activesupport", ">= 6.1.7.2"
spec.add_runtime_dependency "addressable", "~> 2.8"
- spec.add_runtime_dependency "nokogiri", ">= 1.15"
spec.add_runtime_dependency "rake", "~> 13.0"
spec.add_development_dependency "factory_bot_rails", "~> 6.2.0"
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index b74ef85aa28..b6ccd7e0774 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -5,7 +5,6 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (>= 1.15)
rake (~> 13.0)
GEM