Skip to content

Commit

Permalink
Temporarely use a Ransack commit that works with Rails 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Dec 5, 2018
1 parent d7ee3b8 commit 6d20dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gem 'mysql2', '~> 0.5.1' if ENV['DB'] == 'mysql'
gem 'pg', '~> 1.0' if ENV['DB'] == 'postgresql'
gem 'sassc-rails'

# Temporary fix until a new Ransack version gets released.
gem 'ransack', github: 'activerecord-hackery/ransack', ref: '8daa87a0389d380f7c9fd7ea9cb5bda634d5dc7d'

group :development, :test do
gem 'simplecov', require: false
gem 'bootsnap', require: false
Expand Down

0 comments on commit 6d20dc7

Please sign in to comment.