We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd66e5 commit 6a4fcc0Copy full SHA for 6a4fcc0
2 files changed
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
3
# Use ActiveAdmin 4.x beta
4
-gem 'activeadmin', '4.0.0.beta20'
+gem 'activeadmin', '~> 4.0.0.beta'
5
6
gemspec name: 'activeadmin-tom_select'
7
Gemfile.lock
@@ -54,10 +54,10 @@ GEM
54
erubi (~> 1.11)
55
rails-dom-testing (~> 2.2)
56
rails-html-sanitizer (~> 1.6)
57
- activeadmin (4.0.0.beta20)
+ activeadmin (4.0.0.beta22)
58
arbre (~> 2.0)
59
csv
60
- formtastic (>= 5.0)
+ formtastic (>= 6.0)
61
formtastic_i18n (>= 0.7)
62
inherited_resources (~> 2.0)
63
kaminari (>= 1.2.1)
@@ -396,7 +396,7 @@ PLATFORMS
396
x86_64-linux-musl
397
398
DEPENDENCIES
399
- activeadmin (= 4.0.0.beta20)
+ activeadmin (~> 4.0.0.beta)
400
activeadmin-tom_select!
401
appraisal (~> 2.2)
402
bundler (>= 1.5)
0 commit comments