From 129a8dca901109ce9a3c578c89d88ceef95fbe1e Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 1 Jan 2022 11:41:29 -0800 Subject: [PATCH] Fixed jasmine-core reference in specs --- spec/jasmine_rails_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jasmine_rails_spec.rb b/spec/jasmine_rails_spec.rb index 92af8219..ceb81495 100644 --- a/spec/jasmine_rails_spec.rb +++ b/spec/jasmine_rails_spec.rb @@ -36,7 +36,7 @@ def bundle_install open('Gemfile', 'a') { |f| f.puts "gem 'jasmine', :path => '#{base}'" - f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: '3.99'" + f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: 'main'" if RUBY_PLATFORM != 'java' && rails_version == 'rails4' f.puts "gem 'thin'" end