Skip to content

Commit

Permalink
Add mysql2 and pg to development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk committed Nov 21, 2016
1 parent aa8bcdc commit 36a7ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lita-markov.gemspec
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "mysql2", "~> 0.4"
spec.add_development_dependency "pg", "~> 0.18"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake"
spec.add_development_dependency "rack-test"
Expand Down

0 comments on commit 36a7ffe

Please sign in to comment.