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 sprockets version dependency (setup testing against multiple versions of Rails and Sprockets) #9

Closed
jlaw90 opened this issue Apr 29, 2015 · 3 comments

Comments

@jlaw90
Copy link

jlaw90 commented Apr 29, 2015

Currently this gem has a requirement for sprockets being version 3.0.0.beta.6, can this be generalised?

@bolandrm
Copy link
Member

Absolutely. I intend to set up testing against multiple gemfiles for multiple versions of Rails and Sprockets.

Currently I need to resolve issue #8 before proceeding with anything else.

@bolandrm bolandrm changed the title Remove sprockets version dependency Remove sprockets version dependency (setup testing against multiple versions of Rails and Sprockets) Apr 29, 2015
@bolandrm
Copy link
Member

bolandrm commented May 3, 2015

@jlaw90 I've set up testing across multiple versions of Rails and Sprockets. It should now support:

  spec.add_dependency 'rails', '>= 4.0.0'
  spec.add_dependency 'sprockets', '> 2.11'

Does this help?

@bolandrm bolandrm closed this as completed May 3, 2015
@jlaw90
Copy link
Author

jlaw90 commented May 8, 2015

@bolandrm that should do it, thanks!

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

No branches or pull requests

2 participants