Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update public suffix gem #347

Merged
merged 4 commits into from
Aug 31, 2019
Merged

Update public suffix gem #347

merged 4 commits into from
Aug 31, 2019

Conversation

alejandroperea
Copy link
Contributor

@alejandroperea alejandroperea commented Jun 27, 2019

This PR allows to update public_suffix gem to version 4.0.1.

In addition, the warnings that appear when running the specs has been solved.

gem 'rspec', '~> 3.5'
gem 'rspec-its', '~> 1.1'
gem 'rspec', '~> 3.8'
gem 'rspec-its', '~> 1.3'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@@ -3,8 +3,8 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'rspec', '~> 3.5'
gem 'rspec-its', '~> 1.1'
gem 'rspec', '~> 3.8'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

s.add_development_dependency(%q<bundler>, ["< 3.0", ">= 1.0"])
else
s.add_dependency(%q<public_suffix>, ["< 4.0", ">= 2.0.2"])
s.add_dependency(%q<public_suffix>, ["< 4.1", ">= 2.0.2"])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should probably all just be < 5 since 4.x should be compatible with 4.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree! Changed 👍

@dcermak
Copy link

dcermak commented Aug 7, 2019

I've pulled down the changes from this PR into my fork, applied some fixes from #349 and that made travis green again: https://travis-ci.com/dcermak/addressable/builds/122269862 and dcermak/addressable@master...6c2e7cc

Can this then be merged after #349?

@sporkmonger sporkmonger merged commit b9511a2 into sporkmonger:master Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants