Skip to content

Commit

Permalink
Rails doesn't need to be both a runtime and development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 15, 2012
1 parent 255567a commit a875895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appscrolls.gemspec
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "guard-cucumber"
s.add_development_dependency "bundler", "~> 1.1.0"
s.add_development_dependency "guard-bundler"
s.add_development_dependency "rails", "~> 3.0"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit a875895

Please sign in to comment.