Added gem for smart code searching

This commit is contained in:
Matej Zrimšek 2016-09-13 18:53:44 +02:00
parent b26bf7b183
commit 84693bfbf7
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -41,6 +41,8 @@ public/robots.txt
tags
*.orig
*.swp
*.out
*.db
# Ignore application configuration
/config/application.yml

View file

@ -63,6 +63,7 @@ group :development, :test do
gem 'binding_of_caller'
gem 'awesome_print'
gem 'rubocop', require: false
gem 'starscope', require: false
end
group :production do