Skip to content

Commit

Permalink
Merge pull request #24 from fatfreecrm/ransack-upgrade
Browse files Browse the repository at this point in the history
Increased Ransack version compatibility
  • Loading branch information
steveyken authored Aug 24, 2024
2 parents 1d34174 + bd58c11 commit a9e67fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### 💥 Breaking Changes

* Bumped minimum supported version of Select2 from V3 to V4 (Note: Select2 usage is entirely optional.)
* Changed Ransack dependency requirement from ~> 2.0 to Ransack < 4

### 🚀 Features

Expand Down
2 changes: 1 addition & 1 deletion ransack_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_dependency 'ransack_chronic', '>= 1.1.0'
gem.add_dependency 'ransack', '~> 2.0'
gem.add_dependency 'ransack', '< 4'
end

0 comments on commit a9e67fd

Please # to comment.