Skip to content

Commit

Permalink
Bump minimum ransack requirement to 2.3 (activeadmin#5831)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and javierjulio committed Aug 20, 2019
1 parent 2edf113 commit d9d70c4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Enhancements

#### Minor

* Bump minimum ransack requirement to make sure everyone gets a version that works ok with all supported versions of Rails. [#5831] by [@deivid-rodriguez]

### Bug Fixes

* Fix CSVBuilder not respecting `ActiveAdmin.application.csv_options = { humanize_name: false }` setting. [#5800] by [@HappyKadaver]
Expand Down Expand Up @@ -487,6 +493,7 @@ Please check [0-6-stable] for previous changes.
[#5816]: https://github.com/activeadmin/activeadmin/pull/5816
[#5822]: https://github.com/activeadmin/activeadmin/pull/5822
[#5826]: https://github.com/activeadmin/activeadmin/pull/5826
[#5831]: https://github.com/activeadmin/activeadmin/pull/5831

[@5t111111]: https://github.com/5t111111
[@aarek]: https://github.com/aarek
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.0.1)
railties (>= 5.0, < 6.1)
ransack (~> 2.1, >= 2.1.1)
ransack (~> 2.3)
sassc-rails (~> 2.1)
sprockets (>= 3.0, < 4.1)
sprockets-es6 (~> 0.9, >= 0.9.2)
Expand Down
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jquery-rails', '~> 4.2'
s.add_dependency 'kaminari', '~> 1.0', '>= 1.0.1'
s.add_dependency 'railties', '>= 5.0', '< 6.1'
s.add_dependency 'ransack', '~> 2.1', '>= 2.1.1'
s.add_dependency 'ransack', '~> 2.3'
s.add_dependency 'sassc-rails', '~> 2.1'
s.add_dependency 'sprockets', '>= 3.0', '< 4.1'
s.add_dependency 'sprockets-es6', '~> 0.9', '>= 0.9.2'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.0.1)
railties (>= 5.0, < 6.1)
ransack (~> 2.1, >= 2.1.1)
ransack (~> 2.3)
sassc-rails (~> 2.1)
sprockets (>= 3.0, < 4.1)
sprockets-es6 (~> 0.9, >= 0.9.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.0.1)
railties (>= 5.0, < 6.1)
ransack (~> 2.1, >= 2.1.1)
ransack (~> 2.3)
sassc-rails (~> 2.1)
sprockets (>= 3.0, < 4.1)
sprockets-es6 (~> 0.9, >= 0.9.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.0.1)
railties (>= 5.0, < 6.1)
ransack (~> 2.1, >= 2.1.1)
ransack (~> 2.3)
sassc-rails (~> 2.1)
sprockets (>= 3.0, < 4.1)
sprockets-es6 (~> 0.9, >= 0.9.2)
Expand Down

0 comments on commit d9d70c4

Please sign in to comment.