diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-16 13:22:01 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-16 13:22:01 +0200 |
| commit | 172d9da83582d7e2522e4c7861713b4572e08dcc (patch) | |
| tree | 3e0562d5f1085dffe234da50a211f9af801bbe84 | |
| parent | 5cb1a970afc4a723300efa0f5e9e3177947f055d (diff) | |
| parent | cd337a9f32f3b364c1f22c88ccd161cdb09d6122 (diff) | |
| download | mullvadvpn-172d9da83582d7e2522e4c7861713b4572e08dcc.tar.xz mullvadvpn-172d9da83582d7e2522e4c7861713b4572e08dcc.zip | |
Merge branch 'fix-rexml-once-again-ios-part-2'
| -rw-r--r-- | ci/ios/upload-vm/Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/ios/upload-vm/Gemfile.lock b/ci/ios/upload-vm/Gemfile.lock index 55ce2c7a8a..da9e7d9f5a 100644 --- a/ci/ios/upload-vm/Gemfile.lock +++ b/ci/ios/upload-vm/Gemfile.lock @@ -171,7 +171,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.2) + rexml (3.3.5) strscan rouge (2.0.7) ruby2_keywords (0.0.5) @@ -197,13 +197,13 @@ GEM uber (0.1.0) unicode-display_width (2.5.0) word_wrap (1.0.0) - xcodeproj (1.24.0) + xcodeproj (1.25.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) nanaimo (~> 0.3.0) - rexml (~> 3.2.4) + rexml (>= 3.3.2, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) |
