|
1 | | ---- Gemfile.orig 2025-06-18 04:18:20 UTC |
| 1 | +--- Gemfile.orig 2025-07-09 01:48:55 UTC |
2 | 2 | +++ Gemfile |
3 | 3 | @@ -164,8 +164,8 @@ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', fea |
4 | 4 | gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared |
|
182 | 182 | gem 'octokit', '~> 9.0', feature_category: :importers |
183 | 183 | # Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688 |
184 | 184 | gem 'faraday-multipart', '~> 1.0', feature_category: :importers |
185 | | -@@ -646,7 +518,7 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: : |
| 185 | +@@ -646,11 +518,11 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: : |
186 | 186 | gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly |
187 | 187 |
|
188 | 188 | # KAS GRPC protocol definitions |
189 | 189 | -gem 'gitlab-kas-grpc', '~> 17.11.0', feature_category: :deployment_management |
190 | 190 | +gem 'gitlab-kas-grpc', '~> 18.1.0', feature_category: :deployment_management |
191 | 191 |
|
192 | | - gem 'grpc', '~> 1.72.0', feature_category: :shared |
| 192 | + # Lock until 1.74.0 is available |
| 193 | + # https://gitlab.com/gitlab-com/gl-infra/production/-/issues/20067 |
| 194 | +-gem 'grpc', '= 1.63.0', feature_category: :shared |
| 195 | ++gem 'grpc', '~> 1.63', feature_category: :shared |
193 | 196 |
|
194 | | -@@ -669,7 +541,7 @@ gem 'gitlab-net-dns', '~> 0.12.0', feature_category: : |
| 197 | + gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared |
| 198 | + |
| 199 | +@@ -671,7 +543,7 @@ gem 'gitlab-net-dns', '~> 0.12.0', feature_category: : |
195 | 200 | gem 'gitlab-net-dns', '~> 0.12.0', feature_category: :shared |
196 | 201 |
|
197 | 202 | # Countries list |
|
200 | 205 |
|
201 | 206 | gem 'retriable', '~> 3.1.2', feature_category: :shared |
202 | 207 |
|
203 | | -@@ -750,10 +622,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc |
| 208 | +@@ -752,10 +624,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc |
204 | 209 |
|
205 | 210 | gem 'duo_api', '~> 1.3', feature_category: :system_access |
206 | 211 |
|
|
0 commit comments