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