Skip to content

Commit bc8b54f

Browse files
Bump public_suffix from 5.1.1 to 7.0.0
Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby) from 5.1.1 to 7.0.0. - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](weppos/publicsuffix-ruby@v5.1.1...v7.0.0) --- updated-dependencies: - dependency-name: public_suffix dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b11a670 commit bc8b54f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

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

3-
gem "public_suffix", '~> 5.1'
3+
gem "public_suffix", '~> 7.0'
44
gem "fastlane"
55
gem "fastlane-plugin-huawei_appgallery_connect"
66
gem 'fastlane-plugin-load_json', '~> 0.0.1'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
addressable (2.8.7)
7-
public_suffix (>= 2.0.2, < 7.0)
6+
addressable (2.8.8)
7+
public_suffix (>= 2.0.2, < 8.0)
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.3.2)
@@ -181,7 +181,7 @@ GEM
181181
optparse (0.8.0)
182182
os (1.1.4)
183183
plist (3.7.2)
184-
public_suffix (5.1.1)
184+
public_suffix (7.0.0)
185185
rake (13.3.1)
186186
representable (3.2.0)
187187
declarative (< 0.1.0)
@@ -235,7 +235,7 @@ DEPENDENCIES
235235
fastlane
236236
fastlane-plugin-huawei_appgallery_connect
237237
fastlane-plugin-load_json (~> 0.0.1)
238-
public_suffix (~> 5.1)
238+
public_suffix (~> 7.0)
239239

240240
BUNDLED WITH
241241
2.4.22

0 commit comments

Comments
 (0)