Skip to content

Commit 2e682d0

Browse files
committed
Update Readme
In Gemfile, `~> 3.3.0` will look for version `3.3.x`, so if user follow the readme will not get the latest version.
1 parent b8e6b6f commit 2e682d0

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
@@ -23,7 +23,7 @@ Due to an error displaying the plus icon in a recent version of this gem, the re
2323
1 - Add to your Gemfile:
2424

2525
```ruby
26-
gem 'jquery-datatables-rails', '~> 3.3.0'
26+
gem 'jquery-datatables-rails', '~> 3.4.0'
2727
```
2828

2929
2 - Install the gem:

0 commit comments

Comments
 (0)