Skip to content

Commit

Permalink
updating dependencies to rely on railties and not rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Dec 27, 2011
1 parent 2d37f41 commit 270b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone-rails.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = "Quickly setup backbone.js for use with rails 3.1. Generators are provided to quickly get started."
s.files = Dir["lib/**/*"] + Dir["vendor/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency('rails', '~> 3.1.0')
s.add_dependency('railties', '~> 3.1.0')
s.add_dependency('coffee-script', '~> 2.2.0')
s.add_dependency('ejs', '~> 1.0.0')

Expand Down

0 comments on commit 270b07c

Please sign in to comment.