Skip to content

Commit 7c912ea

Browse files
authored
Merge pull request github#10810 from github/calumgrant/ruby-frameworks
Ruby: Update supported languages and frameworks
2 parents 9ccf5a7 + 8305a63 commit 7c912ea

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/codeql/support/reusables/frameworks.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,19 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
245245
libxml2, XML processing library
246246
lxml, XML processing library
247247
xmltodict, XML processing library
248+
249+
250+
Ruby built-in support
251+
====================================
252+
253+
Provided by the current versions of the
254+
CodeQL query pack ``codeql/ruby-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/ruby/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/ruby/ql/src>`__)
255+
and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/ruby/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/ruby/ql/lib>`__).
256+
257+
.. csv-table::
258+
:header-rows: 1
259+
:class: fullWidthTable
260+
:widths: auto
261+
262+
Name, Category
263+
Ruby on Rails, Web framework

docs/codeql/support/reusables/versions-compilers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Eclipse compiler for Java (ECJ) [5]_",``.java``
2323
JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [6]_"
2424
Python [7]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10",Not applicable,``.py``
25-
Ruby [8]_,"up to 3.0.2",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
25+
Ruby [8]_,"up to 3.1",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
2626
TypeScript [9]_,"2.6-4.8",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
2727

2828
.. container:: footnote-group

0 commit comments

Comments
 (0)