diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-26 06:11:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-26 06:11:51 +0000 |
commit | 6723a4288d29b11beec2de92fb7cfd682c9dcc50 (patch) | |
tree | fceffdd19c7b9e628d455c654253f1510e8b512b /Gemfile.lock | |
parent | 26284552f53a281e92a7fcd794f5eafa9bdba02d (diff) | |
download | gitlab-ce-6723a4288d29b11beec2de92fb7cfd682c9dcc50.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c4831379670..eba19ba6218 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -405,8 +405,8 @@ GEM faraday-http-cache (2.4.0) faraday (>= 0.8) faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) + faraday-multipart (1.0.4) + multipart-post (~> 2) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) @@ -499,7 +499,7 @@ GEM gettext_i18n_rails (>= 0.7.1) po_to_json (>= 1.0.0) rails (>= 3.2.0) - git (1.7.0) + git (1.11.0) rchardet (~> 1.8) gitaly (15.1.0.pre.rc1) grpc (~> 1.0) @@ -509,7 +509,7 @@ GEM terminal-table (~> 1.5, >= 1.5.1) gitlab-chronic (0.10.5) numerizer (~> 0.2) - gitlab-dangerfiles (3.4.3) + gitlab-dangerfiles (3.5.0) danger (>= 8.4.5) danger-gitlab (>= 8.0.0) rake @@ -794,9 +794,9 @@ GEM memoist (0.16.2) memory_profiler (0.9.14) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.0512) + mime-types-data (3.2022.0105) mini_histogram (0.3.1) mini_magick (4.10.1) mini_mime (1.1.2) @@ -820,7 +820,7 @@ GEM msgpack (1.5.2) multi_json (1.14.1) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) murmurhash3 (0.1.6) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -853,9 +853,9 @@ GEM rack (>= 1.2, < 3) rash_alt (>= 0.4, < 1) version_gem (~> 1.0) - octokit (4.20.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) ohai (16.10.6) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) @@ -1224,9 +1224,9 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) sd_notify (0.1.0) securecompare (1.0.0) seed-fu (2.3.7) @@ -1564,7 +1564,7 @@ DEPENDENCIES gitaly (~> 15.1.0.pre.rc1) github-markup (~> 1.7.0) gitlab-chronic (~> 0.10.5) - gitlab-dangerfiles (~> 3.4.3) + gitlab-dangerfiles (~> 3.5.0) gitlab-experiment (~> 0.7.1) gitlab-fog-azure-rm (~> 1.3.0) gitlab-labkit (~> 0.23.0) |