Skip to content

Commit

Permalink
Merge pull request #99 from cimtico/rails_5
Browse files Browse the repository at this point in the history
allow newer rails
  • Loading branch information
aserafin committed Mar 18, 2016
2 parents a13ce36 + 264801c commit 8468169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed-fu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.summary = "Easily manage seed data in your Active Record application"
s.description = "Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around."

s.add_dependency "activerecord", [">= 3.1", "< 4.3"]
s.add_dependency "activesupport", [">= 3.1", "< 4.3"]
s.add_dependency "activerecord", [">= 3.1"]
s.add_dependency "activesupport", [">= 3.1"]

s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "pg", '~> 0'
Expand Down

0 comments on commit 8468169

Please sign in to comment.