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 'Gemfile.lock')
-rw-r--r--Gemfile.lock42
1 files changed, 23 insertions, 19 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ec4e4e850b2..3cbaf38ed71 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -91,7 +91,7 @@ PATH
actionview (>= 6.1.7.2)
activesupport (>= 6.1.7.2)
addressable (~> 2.8)
- nokogiri (~> 1.15.2)
+ nokogiri (>= 1.15)
rake (~> 13.0)
PATH
@@ -181,9 +181,9 @@ PATH
PATH
remote: vendor/gems/sidekiq-reliable-fetch
specs:
- gitlab-sidekiq-fetcher (0.10.0)
+ gitlab-sidekiq-fetcher (0.11.0)
json (>= 2.5)
- sidekiq (~> 6.1)
+ sidekiq (~> 7.0)
GEM
remote: https://rubygems.org/
@@ -502,7 +502,7 @@ GEM
jwt (>= 2.5)
dotenv (2.7.6)
dry-cli (1.0.0)
- dry-core (1.0.0)
+ dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
@@ -816,23 +816,24 @@ GEM
signet (>= 0.16, < 2.a)
gpgme (2.0.23)
mini_portile2 (~> 2.7)
- grape (1.7.1)
- activesupport
+ grape (2.0.0)
+ activesupport (>= 5)
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
- rack (>= 1.3.0, < 3)
+ rack (>= 1.3.0)
rack-accept
grape-entity (0.10.0)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
- grape-path-helpers (1.7.1)
+ grape-path-helpers (2.0.1)
activesupport
- grape (~> 1.3)
+ grape (~> 2.0)
rake (> 12)
ruby2_keywords (~> 0.0.2)
- grape-swagger (1.6.1)
- grape (~> 1.3)
+ grape-swagger (2.0.1)
+ grape (>= 1.7, < 3.0)
+ rack-test (~> 2)
grape-swagger-entity (0.5.1)
grape-entity (>= 0.6.0)
grape-swagger (>= 1.2.0)
@@ -1360,6 +1361,8 @@ GEM
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 4)
redis-store (>= 1.1.0, < 2)
+ redis-client (0.19.0)
+ connection_pool
redis-namespace (1.10.0)
redis (>= 4)
redis-rack (3.0.0)
@@ -1546,10 +1549,11 @@ GEM
shellany (0.0.1)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
- sidekiq (6.5.12)
- connection_pool (>= 2.2.5, < 3)
- rack (~> 2.0)
- redis (>= 4.5.0, < 5)
+ sidekiq (7.1.6)
+ concurrent-ruby (< 2)
+ connection_pool (>= 2.3.0)
+ rack (>= 2.2.4)
+ redis-client (>= 0.14.0)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
@@ -1922,10 +1926,10 @@ DEPENDENCIES
google-cloud-storage (~> 1.45.0)
google-protobuf (~> 3.25, >= 3.25.1)
gpgme (~> 2.0.23)
- grape (~> 1.7.1)
+ grape (~> 2.0.0)
grape-entity (~> 0.10.0)
- grape-path-helpers (~> 1.7.1)
- grape-swagger (~> 1.6.1)
+ grape-path-helpers (~> 2.0.0)
+ grape-swagger (~> 2.0.1)
grape-swagger-entity (~> 0.5.1)
grape_logging (~> 1.8)
graphiql-rails (~> 1.8.0)
@@ -2075,7 +2079,7 @@ DEPENDENCIES
sentry-ruby (~> 5.10.0)
sentry-sidekiq (~> 5.10.0)
shoulda-matchers (~> 5.1.0)
- sidekiq (~> 6.5.10)
+ sidekiq (~> 7.1.6)
sidekiq-cron (~> 1.12.0)
sigdump (~> 0.2.4)
simple_po_parser (~> 1.1.6)