Skip to content

Commit

Permalink
Depend on railties, activesupport and actionpack instead of monolithi…
Browse files Browse the repository at this point in the history
…c rails gem

- Closes rspec#275.
  • Loading branch information
solnic authored and dchelimsky committed Nov 29, 2010
1 parent 3025e80 commit b88c721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rspec-rails.gemspec
Expand Up @@ -57,7 +57,9 @@ Gem::Specification.new do |s|
**************************************************
}

s.add_runtime_dependency "rails", "~> 3.0.0"
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<railties>, ["~> 3.0.0"])
s.add_runtime_dependency "rspec", "~> #{RSpec::Rails::Version::STRING.split('.')[0..1].join('.')}"
end

0 comments on commit b88c721

Please sign in to comment.