We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b860736 commit 6aa115fCopy full SHA for 6aa115f
.github/workflows/test.yml
@@ -127,6 +127,7 @@ jobs:
127
- { os: ubuntu-24.04, ruby: 2.7, gemfile: gemfiles/public_suffix_4.rb }
128
- { os: ubuntu-24.04, ruby: 3.1, gemfile: gemfiles/public_suffix_5.rb }
129
- { os: ubuntu-24.04, ruby: 3.1, gemfile: gemfiles/public_suffix_6.rb }
130
+ - { os: ubuntu-24.04, ruby: 3.4, gemfile: gemfiles/public_suffix_7.rb }
131
# Ubuntu
132
- { os: ubuntu-22.04, ruby: ruby }
133
# macOS
gemfiles/public_suffix_7.rb
@@ -0,0 +1,6 @@
1
+# frozen_string_literal: true
2
+
3
+# Assumes this gemfile is used from the project root
4
+eval_gemfile "../Gemfile"
5
6
+gem "public_suffix", "~> 7.0"
0 commit comments