Skip to content

Commit aa8a9dc

Browse files
authored
Merge pull request #10 from JairajJangle/snyk-fix-ddfb04833d5b61b8c8fcb8ef1da9a162
[Snyk] Fix for 1 vulnerabilities
2 parents 985892c + f1d9bd5 commit aa8a9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ source 'https://rubygems.org'
44
ruby ">= 2.6.10"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7-
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
7+
gem 'cocoapods', '>= 1.16.0'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
9+
gem 'xcodeproj', '~> 1.26'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.

0 commit comments

Comments
 (0)