Skip to content

Commit cfc980e

Browse files
committed
stop commiting after midnight
1 parent 1ad31eb commit cfc980e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

instrumentation/graphql/Appraisals

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
end
1414

1515
(0..1).each do |minor_version|
16-
gem 'graphql-c_parser', "~> 1.#{minor_version}.0"
16+
appraise "graphql-c_parser-1.#{minor_version}.x" do
17+
gem 'graphql-c_parser', "~> 1.#{minor_version}.0"
18+
end
1719
end
1820

1921
appraise 'graphql-c_parser-latest' do

0 commit comments

Comments
 (0)