Commit ad6bfd8
authored
[Gemspec] Restrict public_suffix to version 2.0.x (fastlane#10168)
public_suffix a gem which we require transitively through
google-api-client -> adressable -> public_suffix recently released
version 3.x, which removes support for ruby 2.0.0.
Because addressable requires <= 4.0.0, >= 2.0.2, it is safe to
pin this to the 2.x versions for now, to fix installation of fastlane on
macOS system ruby.
If preferred, we could also make this conditional based on the ruby
version, but I am not a fan of complicating dependency graphs.1 parent 4bf92b1 commit ad6bfd8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments