Commit ed5249e
committed
Lower the coffee-script-source version specifier
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.1 parent eeb4e6b commit ed5249e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments