Upgraded rspec gem; Added puma gem

This commit is contained in:
Al Snow
2017-10-17 14:40:57 -04:00
parent 47317f854a
commit b3961670c6
2 changed files with 19 additions and 16 deletions
+1
View File
@@ -42,6 +42,7 @@ group :development, :test, :mysql do
gem 'database_cleaner'
gem 'poltergeist'
gem 'rspec-rails'
gem 'puma'
gem 'test-unit'
end