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

Lower the coffee-script-source version specifier #219

Conversation

christopherstyles
Copy link
Contributor

Much apologies if this has already been addressed. I’ve seen a few similar issues (#167 (comment), #168), but no apparent resolution.

There seems to be a known issue with the latest version of coffee-script-source outlined in jashkenas/coffeescript#382.

The react-rails gemspec specifies a ~>1.9 version of coffee-script-source, which makes it impossible to back out of its most recent version, in order to avoid the errors (for example, if you want to specify ~>1.8 in your app).

This change lowers the dependency version in the react-rails gemspec so that a user can specify a lower working version.

There is an issue with the latest version of `coffee-script-source`
outlined in jashkenas/coffeescript#382.

The `react-rails` gemspec specifies a `~>1.9` version of
`coffee-script-source`, which makes it impossible to back out of
its most recent version in order to avoid the errors (for example,
if you want to specify `~>1.8` in your app).

This change lowers the dependency version in the `react-rails`
gemspec so that a user can specify a lower working version.
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@jemiam
Copy link

jemiam commented Mar 23, 2015

👍

@rmosolgo
Copy link
Member

Ohhh I see, this is more flexible than when I tried to lock to 1.8.0. I just double-checked that Travis still pulls the latest (1.9.1), and sure enough:

image

(https://travis-ci.org/reactjs/react-rails/jobs/55249241)

Nice, thanks!

rmosolgo pushed a commit that referenced this pull request Mar 24, 2015
…-source-version-dependency

Lower the coffee-script-source version specifier
@rmosolgo rmosolgo merged commit 84a4148 into reactjs:master Mar 24, 2015
@christopherstyles
Copy link
Contributor Author

Sure thing, thanks @rmosolgo! 👍

@christopherstyles christopherstyles deleted the cs-lower-coffee-script-source-version-dependency branch March 24, 2015 21:07
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.

4 participants