Skip to content

Commit 512a2e0

Browse files
committed
Update ActiveAdmin to 1.1.0 to resolve an issue with Ransack
We hit this issue when filtering: activeadmin/activeadmin#5333 NoMethodError: undefined method `names_by_decreasing_length' for Ransack::Predicate:Class (Most recent call first)
1 parent 4b96976 commit 512a2e0

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'bcrypt', '~> 3.1.7'
1616
gem 'rails-i18n'
1717
gem 'rollbar'
1818
gem 'devise', '~> 4.4.0'
19-
gem 'activeadmin', '~> 1.0.0'
19+
gem 'activeadmin', '~> 1.1.0'
2020
gem 'paperclip'
2121
gem 'aws-sdk', '~> 1.5'
2222
gem 'email_validator'

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,17 @@ GEM
2121
erubis (~> 2.7.0)
2222
rails-dom-testing (~> 1.0, >= 1.0.5)
2323
rails-html-sanitizer (~> 1.0, >= 1.0.3)
24-
activeadmin (1.0.0)
24+
activeadmin (1.1.0)
2525
arbre (>= 1.1.1)
26-
bourbon
2726
coffee-rails
2827
formtastic (~> 3.1)
2928
formtastic_i18n
3029
inherited_resources (~> 1.7)
3130
jquery-rails
32-
jquery-ui-rails
3331
kaminari (>= 0.15, < 2.0)
3432
railties (>= 4.2, < 5.2)
3533
ransack (~> 1.3)
36-
sass-rails
34+
sass (~> 3.1)
3735
sprockets (< 4.1)
3836
activejob (4.2.11.3)
3937
activesupport (= 4.2.11.3)
@@ -69,8 +67,6 @@ GEM
6967
bcrypt (3.1.18)
7068
binding_of_caller (0.7.2)
7169
debug_inspector (>= 0.0.1)
72-
bourbon (7.2.0)
73-
thor (~> 1.0)
7470
builder (3.2.4)
7571
byebug (11.1.3)
7672
capistrano (3.17.1)
@@ -239,8 +235,6 @@ GEM
239235
rails-dom-testing (~> 1.0)
240236
railties (>= 4.2.0)
241237
thor (>= 0.14, < 2.0)
242-
jquery-ui-rails (6.0.1)
243-
railties (>= 3.2.16)
244238
json (1.8.6)
245239
kaminari (1.2.2)
246240
activesupport (>= 4.1.0)
@@ -392,7 +386,7 @@ PLATFORMS
392386
ruby
393387

394388
DEPENDENCIES
395-
activeadmin (~> 1.0.0)
389+
activeadmin (~> 1.1.0)
396390
asset_sync
397391
aws-sdk (~> 1.5)
398392
bcrypt (~> 3.1.7)

0 commit comments

Comments
 (0)