Skip to content

Commit 7cbd127

Browse files
committed
Remove version constraint from jquery-rails installation example.
1 parent 52cdbe2 commit 7cbd127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Installation
2626
For automated installation in Rails, use the "jquery-rails" gem. Place this in your Gemfile:
2727

2828
```ruby
29-
gem 'jquery-rails', '~> 2.1'
29+
gem 'jquery-rails'
3030
```
3131

3232
And run:

0 commit comments

Comments
 (0)