docs/docs/intro.md in ransack-3.2.0 vs docs/docs/intro.md in ransack-3.2.1

- old
+ new

@@ -15,18 +15,18 @@ ## Installation To install `ransack` and add it to your Gemfile, run -```jsx title='Gemfile' +```ruby title='Gemfile' gem 'ransack' ``` ### Bleeding edge If you would like to use the latest updates not yet published to RubyGems, use the `main` branch: -```jsx title='Gemfile' +```ruby title='Gemfile' gem 'ransack', :github => 'activerecord-hackery/ransack', :branch => 'main' ``` ### Demo application