Skip to content

Commit

Permalink
Merge pull request #15 from alsemyonov/master
Browse files Browse the repository at this point in the history
Depend on railties instead of rails. Issue #14
  • Loading branch information
apotonick committed Sep 22, 2012
2 parents dc91957 + 3c0e758 commit b0cee08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rspec-cells.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency(%q<rails>, ["~> 3.0"])

s.add_runtime_dependency(%q<railties>, ["~> 3.0"])
s.add_runtime_dependency(%q<rspec-rails>, ["~> 2.2"])
s.add_runtime_dependency(%q<cells>, ["~> 3.4"])
end

0 comments on commit b0cee08

Please sign in to comment.