Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restrict jasmine to 1.x version
Jasmine 2.0 does change a lot, and all tests have to be adapted.
  • Loading branch information
Calamari committed Mar 6, 2014
1 parent be9d867 commit c8674ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone-filtered-collection.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
gem.add_dependency "railties", ">= 3.0", "< 5.0"

gem.add_development_dependency 'rake'
gem.add_development_dependency 'jasmine'
gem.add_development_dependency 'jasmine', '< 2.0'
end

0 comments on commit c8674ef

Please sign in to comment.