Skip to content

Commit

Permalink
Revert "use ransack < 1.7 for rails < 4"
Browse files Browse the repository at this point in the history
This reverts commit 91c2a0c.
  • Loading branch information
timoschilling committed Sep 22, 2015
1 parent 3d4f058 commit 7988bf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -10,8 +10,6 @@ gem 'rails', rails_version
jquery_ui_rails_version = rails_version > "4" ? "~> 5.0" : "~> 4.0"
gem 'jquery-ui-rails', jquery_ui_rails_version

gem 'ransack', '< 1.7' if rails_version < "4"

gem 'execjs', '~> 2.4.0' # ~> 2.5.0 works only for Ruby > 2.0

# Optional dependencies
Expand Down

0 comments on commit 7988bf2

Please sign in to comment.