Appraisals in money_helper-3.0.0 vs Appraisals in money_helper-3.0.1

- old
+ new

@@ -11,9 +11,9 @@ appraise 'activesupport_61' do gem 'activesupport', '~> 6.1.4' end appraise 'activesupport_edge' do - git 'git://github.com/rails/rails.git' do + git 'https://github.com/rails/rails.git', branch: 'main' do gem 'activesupport', require: 'active_support' end end