Skip to content

Commit c08d224

Browse files
authored
Merge pull request #45 from mataku/feature/dependencies
Support Ruby 3.5
2 parents bfaeeb3 + 3f9a635 commit c08d224

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ PATH
44
simctl (1.6.10)
55
CFPropertyList
66
naturally
7+
ostruct
78

89
GEM
910
remote: https://rubygems.org/
1011
specs:
11-
CFPropertyList (3.0.6)
12+
CFPropertyList (3.0.7)
13+
base64
14+
nkf
1215
rexml
1316
ast (2.4.2)
17+
base64 (0.3.0)
1418
coveralls (0.8.23)
1519
json (>= 1.8, < 3)
1620
simplecov (~> 0.16.1)
@@ -24,6 +28,8 @@ GEM
2428
reline (>= 0.3.0)
2529
json (2.6.3)
2630
naturally (2.2.1)
31+
nkf (0.2.0)
32+
ostruct (0.6.3)
2733
parallel (1.22.1)
2834
parser (2.7.2.0)
2935
ast (~> 2.4.1)
@@ -33,7 +39,7 @@ GEM
3339
rake (13.0.6)
3440
reline (0.3.2)
3541
io-console (~> 0.5)
36-
rexml (3.2.5)
42+
rexml (3.4.4)
3743
rspec (3.12.0)
3844
rspec-core (~> 3.12.0)
3945
rspec-expectations (~> 3.12.0)
@@ -71,6 +77,7 @@ GEM
7177
PLATFORMS
7278
arm64-darwin-21
7379
arm64-darwin-22
80+
arm64-darwin-23
7481

7582
DEPENDENCIES
7683
coveralls

simctl.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ Gem::Specification.new do |s|
2727

2828
s.add_dependency 'CFPropertyList'
2929
s.add_dependency 'naturally'
30+
s.add_dependency 'ostruct'
3031
end

0 commit comments

Comments
 (0)