Skip to content

Commit

Permalink
Add mysql2 and pg gems on development env
Browse files Browse the repository at this point in the history
Required for the Travis build
  • Loading branch information
alepore committed Jul 6, 2017
1 parent 7a1fe4e commit 0cbb742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solidus_paybright.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop-rspec', '1.4.0'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'pg'
end

0 comments on commit 0cbb742

Please sign in to comment.