main
  1PATH
  2  remote: .
  3  specs:
  4    scim-kit (0.7.2)
  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    minitest (5.25.4)
 68    net-hippie (1.2.0)
 69      logger (~> 1.0)
 70    nokogiri (1.16.8-aarch64-linux)
 71      racc (~> 1.4)
 72    nokogiri (1.16.8-arm-linux)
 73      racc (~> 1.4)
 74    nokogiri (1.16.8-arm64-darwin)
 75      racc (~> 1.4)
 76    nokogiri (1.16.8-x86-linux)
 77      racc (~> 1.4)
 78    nokogiri (1.16.8-x86_64-darwin)
 79      racc (~> 1.4)
 80    nokogiri (1.16.8-x86_64-linux)
 81      racc (~> 1.4)
 82    parallel (1.26.3)
 83    parser (3.3.6.0)
 84      ast (~> 2.4.1)
 85      racc
 86    parslet (2.0.0)
 87    public_suffix (6.0.1)
 88    racc (1.8.1)
 89    rails-dom-testing (2.2.0)
 90      activesupport (>= 5.0.0)
 91      minitest
 92      nokogiri (>= 1.6)
 93    rails-html-sanitizer (1.6.1)
 94      loofah (~> 2.21)
 95      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)
 96    rainbow (3.1.1)
 97    rake (13.2.1)
 98    regexp_parser (2.9.3)
 99    rexml (3.3.9)
100    rspec (3.13.0)
101      rspec-core (~> 3.13.0)
102      rspec-expectations (~> 3.13.0)
103      rspec-mocks (~> 3.13.0)
104    rspec-core (3.13.2)
105      rspec-support (~> 3.13.0)
106    rspec-expectations (3.13.3)
107      diff-lcs (>= 1.2.0, < 2.0)
108      rspec-support (~> 3.13.0)
109    rspec-mocks (3.13.2)
110      diff-lcs (>= 1.2.0, < 2.0)
111      rspec-support (~> 3.13.0)
112    rspec-support (3.13.2)
113    rubocop (1.69.1)
114      json (~> 2.3)
115      language_server-protocol (>= 3.17.0)
116      parallel (~> 1.10)
117      parser (>= 3.3.0.2)
118      rainbow (>= 2.2.2, < 4.0)
119      regexp_parser (>= 2.9.3, < 3.0)
120      rubocop-ast (>= 1.36.2, < 2.0)
121      ruby-progressbar (~> 1.7)
122      unicode-display_width (>= 2.4.0, < 4.0)
123    rubocop-ast (1.36.2)
124      parser (>= 3.3.1.0)
125    rubocop-capybara (2.21.0)
126      rubocop (~> 1.41)
127    rubocop-factory_bot (2.26.1)
128      rubocop (~> 1.61)
129    rubocop-rspec (2.31.0)
130      rubocop (~> 1.40)
131      rubocop-capybara (~> 2.17)
132      rubocop-factory_bot (~> 2.22)
133      rubocop-rspec_rails (~> 2.28)
134    rubocop-rspec_rails (2.29.1)
135      rubocop (~> 1.61)
136    ruby-progressbar (1.13.0)
137    securerandom (0.4.0)
138    thor (1.3.2)
139    tilt (2.4.0)
140    tilt-jbuilder (0.7.1)
141      jbuilder
142      tilt (>= 1.3.0, < 3)
143    tzinfo (2.0.6)
144      concurrent-ruby (~> 1.0)
145    unicode-display_width (3.1.2)
146      unicode-emoji (~> 4.0, >= 4.0.4)
147    unicode-emoji (4.0.4)
148    uri (1.0.2)
149    webmock (3.24.0)
150      addressable (>= 2.8.0)
151      crack (>= 0.3.2)
152      hashdiff (>= 0.4.0, < 2.0.0)
153
154PLATFORMS
155  aarch64-linux
156  arm-linux
157  arm64-darwin
158  x86-linux
159  x86_64-darwin
160  x86_64-linux
161
162DEPENDENCIES
163  bundler-audit (~> 0.6)
164  ffaker (~> 2.7)
165  rake (~> 13.0)
166  rspec (~> 3.0)
167  rubocop (~> 1.0)
168  rubocop-rspec (~> 2.0)
169  scim-kit!
170  webmock (~> 3.5)
171
172BUNDLED WITH
173   2.5.23