From 9200b1500d6e99ed3896645a9fb4f34cf5008c90 Mon Sep 17 00:00:00 2001 From: joaolfp Date: Sat, 6 Sep 2025 14:07:01 -0300 Subject: [PATCH] Update gems and iOS version --- Gemfile.lock | 15 +++++++-------- Makefile | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59a6c7a..9adb9ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.2) + activesupport (7.2.2.2) base64 benchmark (>= 0.3) bigdecimal @@ -13,12 +13,11 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) claide (1.1.0) claide-plugins (0.9.2) cork @@ -26,7 +25,7 @@ GEM open4 (~> 1.3) colored2 (3.1.2) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) cork (0.3.0) colored2 (~> 3.1) danger (9.5.3) @@ -48,7 +47,7 @@ GEM rake (> 10) thor (~> 1.4) drb (2.2.3) - faraday (2.13.3) + faraday (2.13.4) faraday-net_http (>= 2.0, < 3.5) json logger @@ -63,7 +62,7 @@ GEM rchardet (~> 1.8) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.13.0) + json (2.13.2) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -82,7 +81,7 @@ GEM public_suffix (6.0.2) rake (13.3.0) rchardet (1.9.0) - rexml (3.4.1) + rexml (3.4.2) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -92,7 +91,7 @@ GEM thor (1.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.3) diff --git a/Makefile b/Makefile index 29ace79..e19a164 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ test-ios: set -o pipefail && \ xcodebuild test \ -scheme ViewState \ - -destination "platform=iOS Simulator,name=iPhone 16,OS=18.0" \ + -destination "platform=iOS Simulator,name=iPhone 16,OS=18.5" \ clean test | xcpretty test-macos: