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

Bump up simple_command #42

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

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

@@ -44,5 +44,5 @@ Gem::Specification.new do |spec|

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