Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
add puma to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonislawski committed Apr 18, 2018
1 parent 0e18efd commit f51e259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spree_avatax_certified.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ Gem::Specification.new do |s|
s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'mysql2', '~> 0.3.18'
s.add_development_dependency 'shoulda-matchers'
s.add_development_dependency 'vcr'
s.add_development_dependency 'webmock'
s.add_development_dependency 'pg', '~> 0.18'
s.add_development_dependency 'appraisal'
s.add_development_dependency 'puma'
end

0 comments on commit f51e259

Please sign in to comment.