add testing gem
Showing
| ... | @@ -16,6 +16,9 @@ gem 'webpacker', '~> 5.0' | ... | @@ -16,6 +16,9 @@ gem 'webpacker', '~> 5.0' |
| gem 'turbolinks', '~> 5' | gem 'turbolinks', '~> 5' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| gem 'jbuilder', '~> 2.7' | gem 'jbuilder', '~> 2.7' | ||
| gem 'rexml', '~> 3.2', '>= 3.2.5' | |||
| # Use Redis adapter to run Action Cable in production | # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use Active Model has_secure_password | # Use Active Model has_secure_password | ||
| ... | ... |
Please
register
or
sign in
to comment