Skip to content

Commit

Permalink
fix rubygems dependency versioning deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
aserafin committed Jun 17, 2014
1 parent ed0f001 commit a0ccc59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seed-fu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", [">= 3.1", "< 4.2"]

s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "pg"
s.add_development_dependency "mysql2"
s.add_development_dependency "sqlite3"
s.add_development_dependency "pg", '~> 0'
s.add_development_dependency "mysql2", '~> 0'
s.add_development_dependency "sqlite3", '~> 0'

s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md CHANGELOG.md)
s.require_path = 'lib'
Expand Down

0 comments on commit a0ccc59

Please sign in to comment.