diff --git a/Gemfile.lock b/Gemfile.lock index 81479b2..621a476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,142 +23,19 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - ast (2.4.2) base64 (0.1.1) bigdecimal (3.1.8) - coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) - diff-lcs (1.5.1) - docile (1.4.1) drb (2.2.1) - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - formatador (1.1.0) - guard (2.18.1) - formatador (>= 0.2.4) - listen (>= 2.7, < 4.0) - lumberjack (>= 1.0.12, < 2.0) - nenv (~> 0.1) - notiffany (~> 0.0) - pry (>= 0.13.0) - shellany (~> 0.0) - thor (>= 0.18.1) - guard-compat (1.2.1) - guard-rspec (4.7.3) - guard (~> 2.1) - guard-compat (~> 1.1) - rspec (>= 2.99.0, < 4.0) - guard-rubocop (1.5.0) - guard (~> 2.0) - rubocop (< 2.0) i18n (1.14.5) concurrent-ruby (~> 1.0) - json (2.7.2) - language_server-protocol (3.17.0.3) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - lumberjack (1.2.10) - method_source (1.1.0) minitest (5.25.1) mutex_m (0.2.0) - nenv (0.3.0) - notiffany (0.1.3) - nenv (~> 0.1) - shellany (~> 0.0) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc - prism (1.0.0) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - racc (1.8.1) - rack (3.1.7) - rainbow (3.1.1) - rake (13.2.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rbs (3.5.3) - logger - regexp_parser (2.9.2) - rexml (3.3.7) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.56.4) - base64 (~> 0.1.1) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.2.2.3) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.2) - parser (>= 3.3.1.0) - rubocop-performance (1.21.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.0) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.52.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) - ruby-lsp (0.17.17) - language_server-protocol (~> 3.17.0) - prism (~> 1.0) - rbs (>= 3, < 4) - sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.13) - ruby-lsp (>= 0.17.12, < 0.18.0) - ruby-lsp-rspec (0.1.12) - ruby-lsp (~> 0.17.0) - ruby-progressbar (1.13.0) - shellany (0.0.1) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11554) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) - thor (1.3.2) + rexml (3.3.9) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) PLATFORMS aarch64-linux @@ -169,22 +46,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord (~> 7.1) - guard (~> 2.18) - guard-rspec (~> 4.7) - guard-rubocop (~> 1.5) human_enum! - rake (~> 13.0) - rspec (~> 3.12) - rubocop (~> 1.56.3) - rubocop-performance - rubocop-rails - rubocop-rake - rubocop-rspec - ruby-lsp-rails - ruby-lsp-rspec - simplecov (~> 0.22.0) - sqlite3 (~> 1.4) BUNDLED WITH 2.5.10