mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 07:33:04 +08:00
Merge pull request #151 from mz3944/mz_add_smart_code_search_gem
Added gem for smart code searching
This commit is contained in:
commit
e68cdfb9ac
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -41,6 +41,8 @@ public/robots.txt
|
||||||
tags
|
tags
|
||||||
*.orig
|
*.orig
|
||||||
*.swp
|
*.swp
|
||||||
|
*.out
|
||||||
|
*.db
|
||||||
|
|
||||||
# Ignore application configuration
|
# Ignore application configuration
|
||||||
/config/application.yml
|
/config/application.yml
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -63,6 +63,7 @@ group :development, :test do
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'awesome_print'
|
gem 'awesome_print'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
|
gem 'starscope', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
|
Loading…
Reference in a new issue