diff --git a/Gemfile b/Gemfile index 399859f..73d1a07 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,8 @@ gem 'copy_carrierwave_file' gem 'jbuilder' +gem 'search_object' + group :development do gem 'spring' gem 'spring-commands-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 0e9f86c..3b30c53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,6 +303,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + search_object (1.1.1) shellany (0.0.1) simple_form (3.3.1) actionpack (> 4, < 5.1) @@ -412,6 +413,7 @@ DEPENDENCIES rmagick rspec-rails sass-rails + search_object simple_form simplecov slim-rails