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 2b0ec5d commit 4d2f551Copy full SHA for 4d2f551
Gemfile
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
3
gemspec
4
5
+gem 'activeadmin', '~> 1.0'
activeadmin_selectize.gemspec
@@ -15,6 +15,6 @@ Gem::Specification.new do |spec|
15
spec.files = `git ls-files -z`.split("\x0")
16
spec.require_paths = ['lib']
17
18
- spec.add_runtime_dependency 'activeadmin', '~> 1.0'
+ # spec.add_runtime_dependency 'activeadmin', '~> 1.0'
19
# spec.add_runtime_dependency 'jquery-rails'
20
end
0 commit comments