Skip to content

Commit 17db220

Browse files
committed
remove extraneous
1 parent bfa6953 commit 17db220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/update_supported_versions.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)