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 pin for normalize-rails #835

Closed
wants to merge 1 commit into from
Closed

Conversation

MattMSumner
Copy link
Contributor

Why:

New rails apps could be generated with the latest version of normalize-rails.

This PR:

Removes the version requirements on normalize-rails.

Why:

New rails apps could be generated with the latest version of normalize-rails.

This PR:

Removes the version requirements on normalize-rails.
@tysongach
Copy link
Contributor

This is a good change. But unfortunately the normalize-rails gem has fallen behind (normalize.css is now at 7.0.0, whereas the gem's latest release is for 4.1.1). I opened a PR proposing a different solution: #839.

tysongach added a commit that referenced this pull request May 8, 2017
The normalize-rails gem has fallen out of date. The current version of
normalize.css is 7.0.0, but the latest version of normalize-rails is
4.1.1.

There have been repeated requests by collaborators of normalize-rails to
be given permissions to deploy new versions, but have gone unfulfilled.

With around 7 months of waiting, it seems time to pull in normalize.css
through other means. This change uses Rails Assets to get normalize.css.
It wraps Bower, which pulls directly through GitHub tags, so it should
always up-to-date.

Ref: https://github.com/markmcconachie/normalize-rails/issues/23
Closes: #835
@MattMSumner
Copy link
Contributor Author

Closing in favor of #839

@MattMSumner MattMSumner closed this May 9, 2017
@tysongach tysongach deleted the mms-normalize-rails branch May 9, 2017 17:34
Web-Go-To added a commit to Web-Go-To/rails_suspenders that referenced this pull request Mar 23, 2023
The normalize-rails gem has fallen out of date. The current version of
normalize.css is 7.0.0, but the latest version of normalize-rails is
4.1.1.

There have been repeated requests by collaborators of normalize-rails to
be given permissions to deploy new versions, but have gone unfulfilled.

With around 7 months of waiting, it seems time to pull in normalize.css
through other means. This change uses Rails Assets to get normalize.css.
It wraps Bower, which pulls directly through GitHub tags, so it should
always up-to-date.

Ref: https://github.com/markmcconachie/normalize-rails/issues/23
Closes: thoughtbot/suspenders#835
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