Skip to content

Commit

Permalink
Set correct Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Oct 6, 2013
1 parent c5576bf commit 7196797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super_sti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{Ruby Rails - Add has_extra_data to SDI models with clean database tables.}
s.description = %q{Adds an add_extra_data method to ActiveRecord that invisibly includes an extra data table. Means you can use STI but keep your database clean.}

s.add_dependency "rails", ">= 3.1.0.rc1"
s.add_dependency "rails", "~> 3.2.0"
s.add_development_dependency "rspec-rails"

s.rubyforge_project = "has_extra_data"
Expand Down

0 comments on commit 7196797

Please sign in to comment.