You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments