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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,12 +154,12 @@ $ bundle exec rake test
154
154
155
155
## Releases
156
156
157
-
sprockets-rails 2.x will primarily target sprockets 2.x. And future versions will target the corresponding sprockets release line.
157
+
sprockets-rails 2.x will primarily target sprockets 2.x with future compatibility for 3.x. Consider upgrading to sprockets-rails 3.x to take full advantage of 3.x features.
158
158
159
159
The minor and patch version will be updated according to [semver](http://semver.org/).
160
160
161
161
* Any new APIs or config options that don't break compatibility will be in a minor release
162
-
* Any time the sprockets depedency is bumped, there will be a new minor release
162
+
* Any time the sprockets dependency is bumped, there will be a new minor release
0 commit comments