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

Remove actionmailer version #40

Merged
merged 2 commits into from
Aug 20, 2018
Merged

Remove actionmailer version #40

merged 2 commits into from
Aug 20, 2018

Conversation

bricesanchez
Copy link
Member

because refinerycms-core already set which rails version we want to use.

This will fix #39

because refinerycms-core already set which rails version we want to use.
@bricesanchez
Copy link
Member Author

Hi @parndt, it looks like TravisCI is not active on this repo and i don't have the rights on it. Could you fix the problem?

@parndt
Copy link
Member

parndt commented Aug 17, 2018

I've asked it to activate and build

@parndt parndt closed this Aug 17, 2018
@parndt parndt reopened this Aug 17, 2018
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'refinerycms-core', ['>= 3.0.0', '< 5.0']
s.add_dependency 'actionmailer', ['>= 5.0.0', '< 5.2']
s.add_dependency 'actionmailer'
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps better to leave it as >= 5.0.0 ?

Choose a reason for hiding this comment

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

Please help me fix :(((

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.

Unable to use Rails 5.2.0 (latest stable)
3 participants