File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,21 @@ For more on Mongoid support in ActiveAdmin see [this issue](https://github.com/g
12
12
13
13
Add this line to your application's Gemfile:
14
14
15
- gem 'activeadmin-mongoid'
15
+ ``` ruby
16
+ gem ' activeadmin-mongoid'
17
+ ```
16
18
17
- And then execute :
19
+ You can safely remove the following lines, since are already activeadmin-mongoid dependencies :
18
20
19
- $ bundle
21
+ ``` ruby
22
+ gem ' activeadmin'
23
+ gem ' meta_search' , ' >= 1.1.0.pre'
24
+ gem ' sass-rails' , [' ~> 3.1' , ' >= 3.1.4' ]
25
+ ```
20
26
21
- Or install it yourself as :
27
+ And then execute :
22
28
23
- $ gem install activeadmin-mongoid
29
+ $ bundle
24
30
25
31
26
32
## Contributing
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ Gem::Specification.new do |gem|
18
18
19
19
gem . add_runtime_dependency 'mongoid' , '~> 2.0'
20
20
gem . add_runtime_dependency 'activeadmin' , '~> 0.4'
21
+ gem . add_runtime_dependency 'meta_search' , '>= 1.1.0.pre'
22
+ gem . add_runtime_dependency 'sass-rails' , [ '~> 3.1' , '>= 3.1.4' ]
21
23
end
You can’t perform that action at this time.
0 commit comments