Skip to content

Commit

Permalink
Merge pull request #1521 from tvdeyen/remove-ransack-temp
Browse files Browse the repository at this point in the history
Remove temp ransack repo
  • Loading branch information
tvdeyen authored Dec 5, 2018
2 parents ab9489d + 728ff96 commit c522c93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ 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 c522c93

Please sign in to comment.