Skip to content

Commit

Permalink
Update minimum xcodeproj version
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Jan 28, 2024
1 parent 44adf53 commit d8f5384
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -37,10 +37,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 2328a5087067abad3a548a2065021827b4f24072
revision: 2a865f127971be0c660267ea8a16e8757759a856
branch: master
specs:
xcodeproj (1.23.0)
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -136,7 +136,7 @@ PATH
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
xcodeproj (>= 1.24.0, < 2.0)

GEM
remote: https://rubygems.org/
Expand All @@ -157,7 +157,7 @@ GEM
ast (2.4.2)
atomos (0.1.3)
awesome_print (1.9.2)
bigdecimal (3.1.4)
bigdecimal (3.1.6)
claide-plugins (0.9.2)
cork
nap
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.5.0)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
Expand All @@ -220,10 +220,10 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
git (1.18.0)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
hashdiff (1.0.1)
hashdiff (1.1.0)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.23.0)
parallel (1.24.0)
parser (2.7.2.0)
ast (~> 2.4.1)
powerpack (0.1.3)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-graphviz (1.2.4)
ruby-macho (2.5.1)
ruby-prof (1.6.3)
ruby-prof (1.7.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.6.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0'
s.add_runtime_dependency 'molinillo', '~> 0.8.0'
s.add_runtime_dependency 'xcodeproj', '>= 1.23.0', '< 2.0'
s.add_runtime_dependency 'xcodeproj', '>= 1.24.0', '< 2.0'

s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'escape', '~> 0.0.4'
Expand Down

0 comments on commit d8f5384

Please sign in to comment.