Introduce @rstankov's search_object gem

This commit is contained in:
Petko Bordjukov 2016-10-07 05:36:12 +03:00
parent 9e19c3e638
commit 90faed37b8
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,8 @@ gem 'copy_carrierwave_file'
gem 'jbuilder' gem 'jbuilder'
gem 'search_object'
group :development do group :development do
gem 'spring' gem 'spring'
gem 'spring-commands-rspec' gem 'spring-commands-rspec'

View File

@ -303,6 +303,7 @@ GEM
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
search_object (1.1.1)
shellany (0.0.1) shellany (0.0.1)
simple_form (3.3.1) simple_form (3.3.1)
actionpack (> 4, < 5.1) actionpack (> 4, < 5.1)
@ -412,6 +413,7 @@ DEPENDENCIES
rmagick rmagick
rspec-rails rspec-rails
sass-rails sass-rails
search_object
simple_form simple_form
simplecov simplecov
slim-rails slim-rails