Skip to content

Commit f6b2693

Browse files
Chore(deps): Update public_suffix requirement from >= 4.0.7, < 7 to >= 4.0.7, < 8
Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version. - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](weppos/publicsuffix-ruby@v4.0.7...v7.0.0) --- updated-dependencies: - dependency-name: public_suffix dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64bdfd1 commit f6b2693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def location_for(place, fake_version = nil)
1010
end
1111
end
1212

13-
gem 'public_suffix', '>= 4.0.7', '< 7'
13+
gem 'public_suffix', '>= 4.0.7', '< 8'
1414
# 1.0.0 is the first OpenVoxProject release
1515
gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
1616
gem 'rake', :group => [:development, :test]

0 commit comments

Comments
 (0)