Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 25 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ipa_test_kit (0.7.0)
ipa_test_kit (0.7.1)
inferno_core (~> 1.0, >= 1.0.2)
smart_app_launch_test_kit (~> 1.0)
tls_test_kit (~> 1.0)
Expand All @@ -28,7 +28,7 @@ GEM
byebug (12.0.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.5.3)
connection_pool (3.0.2)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -61,11 +61,12 @@ GEM
dry-configurable (~> 1.0, < 2)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-transformer (1.0.1)
dry-transformer (1.1.0)
bigdecimal
zeitwerk (~> 2.6)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
faraday (1.10.4)
faraday (1.10.5)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -81,7 +82,7 @@ GEM
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.1.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
Expand Down Expand Up @@ -126,20 +127,21 @@ GEM
mustermann (~> 1.0)
mustermann-contrib (~> 1.0)
rack (~> 2.0)
hanami-utils (2.2.0)
hanami-utils (2.3.0)
bigdecimal (~> 3.1)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-transformer (~> 1.0, < 2)
hansi (0.2.1)
hashdiff (1.1.0)
http-accept (1.7.0)
http-cookie (1.0.8)
http-cookie (1.1.0)
domain_name (~> 0.5)
httpclient (2.9.0)
mutex_m
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (1.0.3)
inferno_core (1.1.0)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -170,7 +172,7 @@ GEM
sequel (~> 5.42.0)
sidekiq (~> 7.2.4)
sqlite3 (~> 1.4)
thor (~> 1.2.1)
thor (~> 1.4)
tty-markdown (~> 0.7.1)
io-console (0.7.2)
irb (1.13.2)
Expand All @@ -192,11 +194,11 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0715)
mime-types-data (3.2026.0303)
minitest (5.25.5)
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multi_json (1.19.1)
multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5)
multipart-post (2.4.1)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
Expand All @@ -205,12 +207,12 @@ GEM
mustermann (= 1.1.2)
mutex_m (0.3.0)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.9-arm64-darwin)
nio4r (2.7.5)
nokogiri (1.19.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
nokogiri (1.19.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.19.1-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -236,10 +238,10 @@ GEM
rack (2.2.17)
rack-test (2.2.0)
rack (>= 1.3)
rake (13.3.0)
rake (13.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis-client (0.25.1)
redis-client (0.26.4)
connection_pool
reline (0.5.9)
io-console (~> 0.5)
Expand All @@ -252,7 +254,7 @@ GEM
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
rouge (4.6.0)
rouge (4.7.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -288,8 +290,8 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.6.1)
thor (1.5.0)
tilt (2.7.0)
tls_test_kit (1.0.0)
inferno_core (~> 1.0, >= 1.0.2)
tty-color (0.6.0)
Expand All @@ -315,6 +317,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-linux

Expand Down
4 changes: 2 additions & 2 deletions lib/ipa_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module IpaTestKit
VERSION = '0.7.0'.freeze
LAST_UPDATED = '2025-07-22'.freeze
VERSION = '0.7.1'.freeze
LAST_UPDATED = '2026-03-05'.freeze
end