From 34fe5ee1562e5218b91230b426924a0063fbe51a Mon Sep 17 00:00:00 2001 From: jguz-pubnub Date: Wed, 23 Oct 2024 09:09:00 +0200 Subject: [PATCH] rexml2 --- Gemfile | 5 ++--- Gemfile.lock | 25 ++----------------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 70172b79..bd02eebc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source "https://rubygems.org" -gem "cocoapods" -gem "fastlane" -gem "slather" +gem "cocoapods", "1.15.2" +gem "fastlane", "2.225.0" gem "rexml", ">= 3.3.8" diff --git a/Gemfile.lock b/Gemfile.lock index a83b8ae0..af232ddf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,6 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) claide (1.1.0) - clamp (1.3.2) cocoapods (1.15.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) @@ -242,23 +241,10 @@ GEM naturally (2.2.1) netrc (0.11.0) nkf (0.2.0) - nokogiri (1.16.7-aarch64-linux) - racc (~> 1.4) - nokogiri (1.16.7-arm-linux) - racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86-linux) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) - racc (~> 1.4) optparse (0.5.0) os (1.1.4) plist (3.7.1) public_suffix (4.0.7) - racc (1.8.1) rake (13.2.1) representable (3.2.0) declarative (< 0.1.0) @@ -280,12 +266,6 @@ GEM simctl (1.6.10) CFPropertyList naturally - slather (2.8.4) - CFPropertyList (>= 2.2, < 4) - activesupport - clamp (~> 1.3) - nokogiri (>= 1.14.3) - xcodeproj (~> 1.25) sysrandom (1.0.5) terminal-notifier (2.0.0) terminal-table (3.0.2) @@ -331,10 +311,9 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - cocoapods - fastlane + cocoapods (= 1.15.2) + fastlane (= 2.225.0) rexml (>= 3.3.8) - slather BUNDLED WITH 2.5.10