Skip to content

Commit

Permalink
rexml2
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 23, 2024
1 parent 043c74d commit 34fe5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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"
25 changes: 2 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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

0 comments on commit 34fe5ee

Please sign in to comment.