app port from old version

This commit is contained in:
2015-09-18 15:50:52 -05:00
parent cb7e47a466
commit f8c03d6f5c
19 changed files with 167 additions and 6 deletions

View File

@ -33,5 +33,7 @@ group :development, :test do
gem 'guard'
gem 'guard-rubocop'
gem 'guard-minitest'
gem 'guard-livereload'
gem 'rack-livereload'
gem 'minitest-reporters'
end