Skip to content

Commit

Permalink
Merge pull request codebrew#86 from mremolt/5ce12e6a00480c3355431a7b0…
Browse files Browse the repository at this point in the history
…5a46a5515985e60

adding support for Rails 3.2
  • Loading branch information
codebrew committed Jan 16, 2012
2 parents a5a6efc + 5ce12e6 commit 31f0682
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('railties', '~> 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 31f0682

Please sign in to comment.