Skip to content

Commit 2aef505

Browse files
committed
Fix dependency to xcodeproj to allow for minor updates
1 parent ef6faab commit 2aef505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PATH
1616
progress_bar (~> 1.3)
1717
rake (>= 12.3, < 14.0)
1818
rake-compiler (~> 1.0)
19-
xcodeproj (~> 1.22.0)
19+
xcodeproj (~> 1.22)
2020

2121
GEM
2222
remote: https://rubygems.org/

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737
spec.add_dependency 'progress_bar', '~> 1.3'
3838
spec.add_dependency 'rake', '>= 12.3', '< 14.0'
3939
spec.add_dependency 'rake-compiler', '~> 1.0'
40-
spec.add_dependency 'xcodeproj', '~> 1.22.0'
40+
spec.add_dependency 'xcodeproj', '~> 1.22'
4141

4242
# `google-cloud-storage` is required by fastlane, but we pin it in case it's not in the future
4343
spec.add_dependency 'google-cloud-storage', '~> 1.31'

0 commit comments

Comments
 (0)