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

Commit

Permalink
Fixed jasmine-core dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Oct 13, 2021
1 parent e4afeb5 commit 1d9a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.5.0'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', '~> 3.9.0'
s.add_dependency 'jasmine-core', '~> 3.10.0'
s.add_dependency 'rack', '>= 2.1.4'
s.add_dependency 'webrick'
s.add_dependency 'rake'
Expand Down

0 comments on commit 1d9a362

Please sign in to comment.