File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,19 @@ source 'https://rubygems.org'
5
5
# development dependencies will be added by default to the :development group.
6
6
gemspec
7
7
8
+ gem 'ransack' , github : 'activerecord-hackery/ransack'
9
+
10
+ gem 'activeadmin' , github : 'activeadmin'
8
11
9
12
# Test app stuff
10
13
11
- gem 'rails' , '~> 3.2.6 '
14
+ gem 'rails' , '~> 4.0 '
12
15
13
16
# Gems used only for assets and not required
14
17
# in production environments by default.
15
18
group :assets do
16
- gem 'sass-rails' , '~> 3.2.3 '
17
- gem 'coffee-rails' , '~> 3.2.1 '
19
+ gem 'sass-rails' , '~> 4.0 '
20
+ gem 'coffee-rails' , '~> 4.0 '
18
21
19
22
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
20
23
# gem 'therubyracer', :platforms => :ruby
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Gem::Specification.new do |gem|
19
19
gem . license = 'MIT'
20
20
21
21
gem . add_runtime_dependency 'mongoid' , [ '> 3.0' , '< 5.0' ]
22
- gem . add_runtime_dependency 'activeadmin' , '~> 0.6'
22
+ gem . add_runtime_dependency 'activeadmin' , [ '>= 1.0.0.pre' , '< 2' ]
23
23
gem . add_runtime_dependency 'jquery-rails' , '< 3.0' # in which they remove jquery-ui
24
24
gem . add_runtime_dependency 'sass-rails' , [ '>= 3.1.4' , '< 5.0' ]
25
- gem . add_runtime_dependency 'meta_search' , '~> 1.1.3'
25
+ # gem.add_runtime_dependency 'meta_search', '~> 1.1.3'
26
26
27
27
gem . add_development_dependency 'rspec-rails' , '~> 2.7'
28
28
end
Original file line number Diff line number Diff line change 1
1
require 'delegate'
2
- require 'meta_search/searches/mongoid'
2
+ # require 'meta_search/searches/mongoid'
3
3
4
4
module ActiveAdmin ::Mongoid ::Document
5
5
extend ActiveSupport ::Concern
You can’t perform that action at this time.
0 commit comments