Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from langalex/master
Browse files Browse the repository at this point in the history
replaces rails with railties
  • Loading branch information
searls committed May 10, 2014
2 parents 1dd7e93 + cc3ef2c commit d800fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasmine-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "rails", ">= 3.1.0"
s.add_dependency "railties", ">= 3.1.0"
s.add_dependency "sprockets-rails"
s.add_dependency "jasmine-core", [">= 1.3", "< 3.0"]
s.add_dependency "phantomjs"
Expand Down

0 comments on commit d800fb8

Please sign in to comment.