File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ def process
4040
4141 def parse_gemfiles ( directory = 'gemfiles/' )
4242 gemfiles = Dir . glob ( File . join ( @directory , '*' ) )
43- # Dir.exist?(gemfiles) # validate directory exists
4443 gemfiles . each do |gemfile_name |
4544 runtime = File . basename ( gemfile_name ) . split ( '_' ) . first # ruby or jruby
4645 next unless %w[ ruby jruby ] . include? ( runtime )
@@ -145,7 +144,7 @@ def write_markdown_output
145144 <!--
146145 # Please do NOT manually edit this file.
147146 # This file is generated by `bundle exec ruby .github/scripts/update_supported_versions.rb`
148-
147+
149148 ### Supported Versions Table ###
150149
151150 This markdown file is generated from the minimum and maximum versions of the integrations we support, as tested in our `gemfile.lock` lockfiles.
You can’t perform that action at this time.
0 commit comments