main
  1PATH
  2  remote: .
  3  specs:
  4    scim-kit (0.8.0)
  5      activemodel (>= 6.1)
  6      net-hippie (~> 1.0)
  7      parslet (~> 2.0)
  8      tilt (~> 2.0)
  9      tilt-jbuilder (~> 0.7)
 10
 11GEM
 12  remote: https://rubygems.org/
 13  specs:
 14    actionview (8.0.0)
 15      activesupport (= 8.0.0)
 16      builder (~> 3.1)
 17      erubi (~> 1.11)
 18      rails-dom-testing (~> 2.2)
 19      rails-html-sanitizer (~> 1.6)
 20    activemodel (8.0.0)
 21      activesupport (= 8.0.0)
 22    activesupport (8.0.0)
 23      base64
 24      benchmark (>= 0.3)
 25      bigdecimal
 26      concurrent-ruby (~> 1.0, >= 1.3.1)
 27      connection_pool (>= 2.2.5)
 28      drb
 29      i18n (>= 1.6, < 2)
 30      logger (>= 1.4.2)
 31      minitest (>= 5.1)
 32      securerandom (>= 0.3)
 33      tzinfo (~> 2.0, >= 2.0.5)
 34      uri (>= 0.13.1)
 35    addressable (2.8.7)
 36      public_suffix (>= 2.0.2, < 7.0)
 37    ast (2.4.2)
 38    base64 (0.2.0)
 39    benchmark (0.4.0)
 40    bigdecimal (3.1.8)
 41    builder (3.3.0)
 42    bundler-audit (0.9.2)
 43      bundler (>= 1.2.0, < 3)
 44      thor (~> 1.0)
 45    concurrent-ruby (1.3.4)
 46    connection_pool (2.4.1)
 47    crack (1.0.0)
 48      bigdecimal
 49      rexml
 50    crass (1.0.6)
 51    diff-lcs (1.5.1)
 52    drb (2.2.1)
 53    erubi (1.13.0)
 54    ffaker (2.23.0)
 55    hashdiff (1.1.2)
 56    i18n (1.14.6)
 57      concurrent-ruby (~> 1.0)
 58    jbuilder (2.13.0)
 59      actionview (>= 5.0.0)
 60      activesupport (>= 5.0.0)
 61    json (2.9.0)
 62    language_server-protocol (3.17.0.3)
 63    logger (1.6.2)
 64    loofah (2.23.1)
 65      crass (~> 1.0.2)
 66      nokogiri (>= 1.12.0)
 67    mini_portile2 (2.8.9)
 68    minitest (6.0.2)
 69      drb (~> 2.0)
 70      prism (~> 1.5)
 71    net-hippie (1.2.0)
 72      logger (~> 1.0)
 73    nokogiri (1.19.2)
 74      mini_portile2 (~> 2.8.2)
 75      racc (~> 1.4)
 76    nokogiri (1.19.2-aarch64-linux-gnu)
 77      racc (~> 1.4)
 78    nokogiri (1.19.2-arm-linux-gnu)
 79      racc (~> 1.4)
 80    nokogiri (1.19.2-arm64-darwin)
 81      racc (~> 1.4)
 82    nokogiri (1.19.2-x86_64-darwin)
 83      racc (~> 1.4)
 84    nokogiri (1.19.2-x86_64-linux-gnu)
 85      racc (~> 1.4)
 86    parallel (1.26.3)
 87    parser (3.3.6.0)
 88      ast (~> 2.4.1)
 89      racc
 90    parslet (2.0.0)
 91    prism (1.9.0)
 92    public_suffix (6.0.1)
 93    racc (1.8.1)
 94    rails-dom-testing (2.2.0)
 95      activesupport (>= 5.0.0)
 96      minitest
 97      nokogiri (>= 1.6)
 98    rails-html-sanitizer (1.6.1)
 99      loofah (~> 2.21)
100      nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
101    rainbow (3.1.1)
102    rake (13.2.1)
103    regexp_parser (2.9.3)
104    rexml (3.4.4)
105    rspec (3.13.0)
106      rspec-core (~> 3.13.0)
107      rspec-expectations (~> 3.13.0)
108      rspec-mocks (~> 3.13.0)
109    rspec-core (3.13.2)
110      rspec-support (~> 3.13.0)
111    rspec-expectations (3.13.3)
112      diff-lcs (>= 1.2.0, < 2.0)
113      rspec-support (~> 3.13.0)
114    rspec-mocks (3.13.2)
115      diff-lcs (>= 1.2.0, < 2.0)
116      rspec-support (~> 3.13.0)
117    rspec-support (3.13.2)
118    rubocop (1.69.1)
119      json (~> 2.3)
120      language_server-protocol (>= 3.17.0)
121      parallel (~> 1.10)
122      parser (>= 3.3.0.2)
123      rainbow (>= 2.2.2, < 4.0)
124      regexp_parser (>= 2.9.3, < 3.0)
125      rubocop-ast (>= 1.36.2, < 2.0)
126      ruby-progressbar (~> 1.7)
127      unicode-display_width (>= 2.4.0, < 4.0)
128    rubocop-ast (1.36.2)
129      parser (>= 3.3.1.0)
130    rubocop-capybara (2.21.0)
131      rubocop (~> 1.41)
132    rubocop-factory_bot (2.26.1)
133      rubocop (~> 1.61)
134    rubocop-rspec (2.31.0)
135      rubocop (~> 1.40)
136      rubocop-capybara (~> 2.17)
137      rubocop-factory_bot (~> 2.22)
138      rubocop-rspec_rails (~> 2.28)
139    rubocop-rspec_rails (2.29.1)
140      rubocop (~> 1.61)
141    ruby-progressbar (1.13.0)
142    securerandom (0.4.0)
143    thor (1.5.0)
144    tilt (2.4.0)
145    tilt-jbuilder (0.7.1)
146      jbuilder
147      tilt (>= 1.3.0, < 3)
148    tzinfo (2.0.6)
149      concurrent-ruby (~> 1.0)
150    unicode-display_width (3.1.2)
151      unicode-emoji (~> 4.0, >= 4.0.4)
152    unicode-emoji (4.2.0)
153    uri (1.1.1)
154    webmock (3.24.0)
155      addressable (>= 2.8.0)
156      crack (>= 0.3.2)
157      hashdiff (>= 0.4.0, < 2.0.0)
158
159PLATFORMS
160  aarch64-linux
161  arm-linux
162  arm64-darwin
163  x86-linux
164  x86_64-darwin
165  x86_64-linux
166
167DEPENDENCIES
168  bundler-audit (~> 0.6)
169  ffaker (~> 2.7)
170  rake (~> 13.0)
171  rspec (~> 3.0)
172  rubocop (~> 1.0)
173  rubocop-rspec (~> 2.0)
174  scim-kit!
175  webmock (~> 3.5)
176
177BUNDLED WITH
178   2.5.23