From 061b769b5607f2ab9d23af9e35d68a2d51087510 Mon Sep 17 00:00:00 2001 From: Greg Bell Date: Wed, 21 Sep 2011 08:07:41 -0700 Subject: [PATCH] Removed meta_search from installation instruction Bundler will properly resolve the required version of meta_search now that 1.1.0 is released. --- README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index b8a3a84e794..39439e51f51 100644 --- a/README.rdoc +++ b/README.rdoc @@ -33,12 +33,11 @@ on Rails 3 application. To install, simply add the following to your Gemfile: # Gemfile in Rails < 3.1 gem 'activeadmin' -If you are using Rails >= 3.1, you must also include a beta version of MetaSearch and sass-rails: +If you are using Rails >= 3.1, you must also have sass-rails in your Gemfile: # Gemfile in Rails >= 3.1 gem 'activeadmin' gem 'sass-rails' - gem "meta_search", '>= 1.1.0' After updating your bundle, run the installer