Skip to content

Commit

Permalink
Depend in runtime only on ActionPack
Browse files Browse the repository at this point in the history
  • Loading branch information
alsemyonov committed Sep 24, 2011
1 parent a6a4692 commit cb409db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formtastic.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = %q{1.3.6}

s.add_dependency(%q<railties>, ["~> 3.0"])
s.add_dependency(%q<actionpack>, ["~> 3.0"])

s.add_development_dependency(%q<rspec-rails>, ["~> 2.5"])
s.add_development_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
Expand Down

0 comments on commit cb409db

Please sign in to comment.