diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-16 09:41:14 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-16 09:41:14 +0200 |
| commit | e6138f7fd2aad9cf5ab0b11955a3d2e0c39dfea0 (patch) | |
| tree | 9080941691f4dcc412aedb79562f05a49966889b | |
| parent | 52e13f1dff9f1f3dfdc8e158667bc53b7ec2329f (diff) | |
| parent | 8b1f225f4ac8eca8200bc04658e9e7cb2f98575c (diff) | |
| download | mullvadvpn-e6138f7fd2aad9cf5ab0b11955a3d2e0c39dfea0.tar.xz mullvadvpn-e6138f7fd2aad9cf5ab0b11955a3d2e0c39dfea0.zip | |
Merge branch 'fix-rexml-once-again-ios-796'
| -rw-r--r-- | ios/Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock index 55ce2c7a8a..da9e7d9f5a 100644 --- a/ios/Gemfile.lock +++ b/ios/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) |
