Skip to content

Commit b11a670

Browse files
committed
Pin Ruby dependencies to be compatible with system Ruby version on Mac
1 parent e292073 commit b11a670

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

3+
gem "public_suffix", '~> 5.1'
34
gem "fastlane"
45
gem "fastlane-plugin-huawei_appgallery_connect"
5-
gem 'fastlane-plugin-load_json', '~> 0.0.1'
6+
gem 'fastlane-plugin-load_json', '~> 0.0.1'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ DEPENDENCIES
235235
fastlane
236236
fastlane-plugin-huawei_appgallery_connect
237237
fastlane-plugin-load_json (~> 0.0.1)
238+
public_suffix (~> 5.1)
238239

239240
BUNDLED WITH
240241
2.4.22

0 commit comments

Comments
 (0)