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

Fix build, add Rails 6 support, and update ruby versions #293

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

p8
Copy link

@p8 p8 commented Feb 25, 2020

Removes ruby 2.3.8 from the build matrix because it is end-of-life and
fails with Rails 6.

Removes ruby 2.3.8 from the build matrix because it is end-of-life and
fails with Rails 6.
@p8 p8 changed the title Add Rails 6 support and update ruby versions Fix build, add Rails 6 support, and update ruby versions Feb 25, 2020
@bluemihai
Copy link

Hi @p8 thanks for this...

I wanted to add Foundation to my Rails 6 app and was struggling (brand new to webpacker, not a front-end dev by any means).

Does your pull request fix it?
If yes, is there any way for me to roll my own before it gets merged and included in the gem?
(I'm also fairly new to open-source and github, so thanks for bearing with me)

Thanks!

@p8
Copy link
Author

p8 commented Mar 26, 2020

Hi @bluemihai,

You can reference my fork by using the following in your Gemfile:

gem 'foundation-rails', git: 'https://github.com/p8/foundation-rails.git', ref: '199beb3' # switch to sassc and fixes reveal animation

The "Rails 6 support" is for running the specs on this project.
I'm running it on Rails 6 with sprockets...

@asadakbar
Copy link

Will this be merged in soon?

Comment on lines +6 to +8
- 2.4.9
- 2.5.7
- 2.6.5
Copy link

Choose a reason for hiding this comment

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

Suggested change
- 2.4.9
- 2.5.7
- 2.6.5
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0

Choose a reason for hiding this comment

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

this did not age well 🤣

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.

None yet

5 participants