Appraisals in praxis-2.0.pre.33 vs Appraisals in praxis-2.0.pre.34

- old
+ new

@@ -1,11 +1,13 @@ -appraise "active-6" do +# frozen_string_literal: true + +appraise 'active-6' do # Just for the query selector/filtering/ordering extensions etc... gem 'activerecord', '> 4', '< 7' gem 'sequel', '~> 5' end - -appraise "active-7" do + +appraise 'active-7' do # Just for the query selector/filtering/ordering extensions etc... gem 'activerecord', '>=7' gem 'sequel', '~> 5' -end \ No newline at end of file +end