diff --git a/Gemfile b/Gemfile index d1634d6..cb9930c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem 'fastlane' -gem 'slather' +gem 'slather', '>= 2.7.5' diff --git a/Gemfile.lock b/Gemfile.lock index 6ebdf25..756bebb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,19 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.6) - rexml - activesupport (7.0.4.2) - concurrent-ruby (~> 1.0, >= 1.0.2) + CFPropertyList (3.0.9) + activesupport (7.2.3.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) artifactory (3.0.15) @@ -29,19 +35,24 @@ GEM aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) claide (1.1.0) - clamp (1.3.2) + clamp (1.5.2) colored (1.2) colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.2.0) + concurrent-ruby (1.3.8) + connection_pool (2.5.5) declarative (0.0.20) digest-crc (0.6.4) rake (>= 12.0.0, < 14.0.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.8.1) + drb (2.2.3) emoji_regex (3.2.3) excon (0.99.0) faraday (1.10.3) @@ -155,36 +166,41 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.15.2) concurrent-ruby (~> 1.0) jmespath (1.6.2) json (2.6.3) jwt (2.7.0) + logger (1.7.0) memoist (0.16.2) mini_magick (4.12.0) mini_mime (1.1.2) - minitest (5.17.0) + minitest (5.27.0) multi_json (1.15.0) multipart-post (2.0.0) - nanaimo (0.3.0) + nanaimo (0.4.0) naturally (2.2.1) - nokogiri (1.14.2-x86_64-darwin) + nkf (0.3.0) + nokogiri (1.18.10-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) optparse (0.1.1) os (1.1.4) plist (3.7.0) public_suffix (5.0.1) - racc (1.6.2) + racc (1.8.1) rake (13.0.6) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.5) + rexml (3.4.4) rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) + securerandom (0.4.1) security (0.1.3) signet (0.17.0) addressable (~> 2.8) @@ -194,12 +210,12 @@ GEM simctl (1.6.10) CFPropertyList naturally - slather (2.7.4) + slather (2.8.5) CFPropertyList (>= 2.2, < 4) activesupport clamp (~> 1.3) - nokogiri (>= 1.13.9) - xcodeproj (~> 1.21) + nokogiri (>= 1.14.3) + xcodeproj (~> 1.27) terminal-notifier (2.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -217,13 +233,15 @@ GEM unicode-display_width (1.8.0) webrick (1.8.1) word_wrap (1.0.0) - xcodeproj (1.22.0) + xcodeproj (1.28.1) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) + base64 claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) + nanaimo (~> 0.4.0) + nkf + rexml (>= 3.3.6, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) @@ -231,10 +249,11 @@ GEM PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES fastlane - slather + slather (>= 2.7.5) BUNDLED WITH - 2.2.16 + 2.3.27