File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ instead.
2929If you're viewing this at
3030[ github.com/activerecord-hackery/ransack] ( https://github.com/activerecord-hackery/ransack ) ,
3131you're reading the documentation for the master branch with the latest features.
32- [ View documentation for the last release (1.7 .0).] ( https://github.com/activerecord-hackery/ransack/tree/v1.7 .0 )
32+ [ View documentation for the last release (1.8 .0).] ( https://github.com/activerecord-hackery/ransack/tree/v1.8 .0 )
3333
3434## Getting started
3535
@@ -49,7 +49,8 @@ In your Gemfile, for the last officially released gem:
4949gem ' ransack'
5050```
5151
52- For Rails 5, or if you would like to use the latest updates, use the ` master ` branch:
52+ If you would like to use the latest updates (recommended), use the ` master `
53+ branch:
5354
5455``` ruby
5556gem ' ransack' , github: ' activerecord-hackery/ransack'
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = '1.7 .0'
2+ VERSION = '1.8 .0'
33end
You can’t perform that action at this time.
0 commit comments