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

Allow ember-cli-rails-assets < 1.0 #599

Merged

Conversation

tricknotes
Copy link
Owner

It will be release in seanpdoyle/ember-cli-rails-assets#18.

@seanpdoyle
Copy link
Contributor

@tricknotes I've pinged you on seanpdoyle/ember-cli-rails-assets#18 (comment), but you might not've received a notification since it's a different repository.

@tricknotes
Copy link
Owner Author

tricknotes commented Feb 10, 2023

@seanpdoyle
Oh, I'm sorry for miss your comment.
I just find a solution for failure of seanpdoyle/ember-cli-rails-assets#18.

This is a dependency issue.
Since ember-cli-rails restricts only ember-cli-rails-assets 0.6.x, ember-cli-rails-assets wouldn't match released any versions of ember-cli-rails.
https://github.com/thoughtbot/ember-cli-rails/blob/v0.12.0/ember-cli-rails.gemspec#L18

A new version of ember-cli-rails with this change will fix CI of seanpdoyle/ember-cli-rails-assets#18.

To make ready this PR, I fixed rails main CI in #601.

Could you review all of them?

@tricknotes
Copy link
Owner Author

Thanks for merge #601, @seanpdoyle !
I rebased this PR.
Please wait a minutes to pass all of CIs.

@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5.0"

spec.add_dependency "ember-cli-rails-assets", "~> 0.6.2"
spec.add_dependency "ember-cli-rails-assets", ">= 0.6.2", "< 0.8"
Copy link
Contributor

Choose a reason for hiding this comment

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

What makes it important that the version is < 0.8?

Copy link
Owner Author

Choose a reason for hiding this comment

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

The reason for this is to prevent break due to dependency's breaking changes.
However, It can be more loose.
How do you think about changing it as "< 1.0"?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks for your reaction 👍
Updated e015ff1

@tricknotes tricknotes force-pushed the allow-ember-cli-rails-assets-0.7 branch from e19de5e to e015ff1 Compare February 10, 2023 16:04
@tricknotes tricknotes changed the title Allow ember-cli-rails-assets 0.7 Allow ember-cli-rails-assets < 1.0 Feb 10, 2023
@seanpdoyle seanpdoyle merged commit c290ef5 into tricknotes:main Feb 10, 2023
@tricknotes tricknotes deleted the allow-ember-cli-rails-assets-0.7 branch February 10, 2023 16:32
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