working on folder edits
Showing
with
139 additions
and
39 deletions
... | ... | @@ -62,6 +62,10 @@ group :development do |
gem 'guard-rubocop' | ||
end | ||
group :test do | ||
gem 'simplecov', :require => false | ||
end | ||
group :development do | ||
# Access an IRB console on exception pages or by using <%= console %> in views | ||
gem 'web-console', '~> 2.0' | ||
... | ... | @@ -69,4 +73,3 @@ group :development do |
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
gem 'spring' | ||
end | ||
Please
register
or
sign in
to comment