8000 Add Ransack 3 compatibility (#7453) · amit/activeadmin@ff96fdc · GitHub
[go: up one dir, main page]

Skip to content

Commit ff96fdc

Browse files
authored
Add Ransack 3 compatibility (activeadmin#7453)
Close activeadmin#7452
1 parent e1b58dc commit ff96fdc

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
jquery-rails (~> 4.2)
1010
kaminari (~> 1.0, >= 1.2.1)
1111
railties (>= 6.0, < 7.1)
12-
ransack (~> 2.1, >= 2.1.1)
12+
ransack (>= 2.1.1, < 4)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -375,7 +375,7 @@ GEM
375375
zeitwerk (~> 2.5)
376376
rainbow (3.1.1)
377377
rake (13.0.6)
378-
ransack (2.6.0)
378+
ransack (3.0.1)
379379
activerecord (>= 6.0.4)
380380
activesupport (>= 6.0.4)
381381
i18n

activeadmin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |s|
2727
s.add_dependency "jquery-rails", "~> 4.2"
2828
s.add_dependency "kaminari", "~> 1.0", ">= 1.2.1"
2929
s.add_dependency "railties", ">= 6.0", "< 7.1"
30-
s.add_dependency "ransack", "~> 2.1", ">= 2.1.1"
30+
s.add_dependency "ransack", ">= 2.1.1", "< 4"
3131
end

gemfiles/rails_60/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
jquery-rails (~> 4.2)
1010
kaminari (~> 1.0, >= 1.2.1)
1111
railties (>= 6.0, < 7.1)
12-
ransack (~> 2.1, >= 2.1.1)
12+
ransack (>= 2.1.1, < 4)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -299,7 +299,7 @@ GEM
299299
rake (>= 0.8.7)
300300
thor (>= 0.20.3, < 2.0)
301301
rake (13.0.6)
302-
ransack (2.6.0)
302+
ransack (3.0.1)
303303
activerecord (>= 6.0.4)
304304
activesupport (>= 6.0.4)
305305
i18n

gemfiles/rails_61/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
jquery-rails (~> 4.2)
1010
kaminari (~> 1.0, >= 1.2.1)
1111
railties (>= 6.0, < 7.1)
12-
ransack (~> 2.1, >= 2.1.1)
12+
ransack (>= 2.1.1, < 4)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -379,7 +379,7 @@ GEM
379379
thor (~> 1.0)
380380
rainbow (3.1.1)
381381
rake (13.0.6)
382-
ransack (2.6.0)
382+
ransack (3.0.1)
383383
activerecord (>= 6.0.4)
384384
activesupport (>= 6.0.4)
385385
i18n

gemfiles/rails_61_turbolinks/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
jquery-rails (~> 4.2)
1010
kaminari (~> 1.0, >= 1.2.1)
1111
railties (>= 6.0, < 7.1)
12-
ransack (~> 2.1, >= 2.1.1)
12+
ransack (>= 2.1.1, < 4)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -303,7 +303,7 @@ GEM
303303
rake (>= 12.2)
304304
thor (~> 1.0)
305305
rake (13.0.6)
306-
ransack (2.6.0)
306+
ransack (3.0.1)
307307
activerecord (>= 6.0.4)
308308
activesupport (>= 6.0.4)
309309
i18n

gemfiles/rails_61_webpacker/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
jquery-rails (~> 4.2)
1010
kaminari (~> 1.0, >= 1.2.1)
1111
railties (>= 6.0, < 7.1)
12-
ransack (~> 2.1, >= 2.1.1)
12+
ransack (>= 2.1.1, < 4)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -305,7 +305,7 @@ GEM
305305
rake (>= 12.2)
306306
thor (~> 1.0)
307307
rake (13.0.6)
308-
ransack (2.6.0)
308+
ransack (3.0.1)
309309
activerecord (>= 6.0.4)
310310
activesupport (>= 6.0.4)
311311
i18n

0 commit comments

Comments
 (0)
0