Skip to content

Commit

Permalink
Fixed dependencies in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Jan 24, 2012
1 parent 0205575 commit 323042e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/keithpitt/ember-rails"
s.summary = "Ember for Rails 3.1"

s.add_dependency "execjs", ["~> 1.2", "~> 1.3"]
s.add_dependency "rails", ["~> 3.1", "~> 3.2"]
s.add_dependency "execjs", [">= 1.2"]
s.add_dependency "railties", [">= 3.0"]

s.files = %w(README.md) + Dir["lib/**/*", "vendor/assets/**/*"]

Expand Down

0 comments on commit 323042e

Please sign in to comment.