github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/ruby/gemfilelock/testdata/has-local-gem.lock (about)

     1  PATH
     2    remote: vendor/gem/backbone-on-rails
     3    specs:
     4      backbone-on-rails (1.2.0.0)
     5        eco
     6        ejs
     7        jquery-rails
     8        railties
     9  
    10  GEM
    11    remote: https://rubygems.org/
    12    remote: https://rails-assets.org/
    13    specs:
    14      actionpack (7.0.2.2)
    15        actionview (= 7.0.2.2)
    16        activesupport (= 7.0.2.2)
    17        rack (~> 2.0, >= 2.2.0)
    18        rack-test (>= 0.6.3)
    19        rails-dom-testing (~> 2.0)
    20        rails-html-sanitizer (~> 1.0, >= 1.2.0)
    21      actionview (7.0.2.2)
    22        activesupport (= 7.0.2.2)
    23        builder (~> 3.1)
    24        erubi (~> 1.4)
    25        rails-dom-testing (~> 2.0)
    26        rails-html-sanitizer (~> 1.1, >= 1.2.0)
    27      activesupport (7.0.2.2)
    28        concurrent-ruby (~> 1.0, >= 1.0.2)
    29        i18n (>= 1.6, < 2)
    30        minitest (>= 5.1)
    31        tzinfo (~> 2.0)
    32      builder (3.2.4)
    33      coffee-script (2.4.1)
    34        coffee-script-source
    35        execjs
    36      coffee-script-source (1.12.2)
    37      concurrent-ruby (1.1.9)
    38      crass (1.0.6)
    39      eco (1.0.0)
    40        coffee-script
    41        eco-source
    42        execjs
    43      eco-source (1.1.0.rc.1)
    44      ejs (1.1.1)
    45      erubi (1.10.0)
    46      execjs (2.8.1)
    47      i18n (1.10.0)
    48        concurrent-ruby (~> 1.0)
    49      jquery-rails (4.4.0)
    50        rails-dom-testing (>= 1, < 3)
    51        railties (>= 4.2.0)
    52        thor (>= 0.14, < 2.0)
    53      loofah (2.14.0)
    54        crass (~> 1.0.2)
    55        nokogiri (>= 1.5.9)
    56      method_source (1.0.0)
    57      minitest (5.15.0)
    58      nokogiri (1.13.3-x86_64-linux)
    59        racc (~> 1.4)
    60      racc (1.6.0)
    61      rack (2.2.3)
    62      rack-test (1.1.0)
    63        rack (>= 1.0, < 3)
    64      rails-dom-testing (2.0.3)
    65        activesupport (>= 4.2.0)
    66        nokogiri (>= 1.6)
    67      rails-html-sanitizer (1.4.2)
    68        loofah (~> 2.3)
    69      railties (7.0.2.2)
    70        actionpack (= 7.0.2.2)
    71        activesupport (= 7.0.2.2)
    72        method_source
    73        rake (>= 12.2)
    74        thor (~> 1.0)
    75        zeitwerk (~> 2.5)
    76      rake (13.0.6)
    77      thor (1.2.1)
    78      tzinfo (2.0.4)
    79        concurrent-ruby (~> 1.0)
    80      zeitwerk (2.5.4)
    81  
    82  PLATFORMS
    83    x86_64-linux
    84  
    85  DEPENDENCIES
    86    backbone-on-rails!
    87  
    88  BUNDLED WITH
    89     2.2.28