Skip to content

Commit

Permalink
removing rails 4 limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Matamoros committed Nov 10, 2015
1 parent a13ce36 commit 264801c
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 264801c

Please sign in to comment.