Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jun 10, 2022

Hello @bernardini687 and @MatteoJoliveau again. Please merge the latest PR about updated dependences.
thanks 🙏

@ghost ghost requested review from MatteoJoliveau and bernardini687 as code owners June 10, 2022 07:54
@MatteoJoliveau
Copy link
Collaborator

Since simple_command has recently reached its 1.0 release, I would still set an upper boundary to avoid breaking compatibility.

Ideally we should refactor onesignal-ruby to use the new simple_command 1.0, but for now even setting an upper limit to < 1.0 will suffice

spec.add_runtime_dependency 'activesupport', '>= 5.0.0', '< 8'
spec.add_runtime_dependency 'faraday', '>= 1', '< 3'
spec.add_runtime_dependency 'simple_command', '~> 0', '>= 0.0.9'
spec.add_runtime_dependency 'simple_command', '>= 0.0.9'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
spec.add_runtime_dependency 'simple_command', '>= 0.0.9'
spec.add_runtime_dependency 'simple_command', '>= 0.0.9', '< 1'

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.

2 participants