From 93a0e03b4b9ce39bbb83f66479fb5622c4c8072d Mon Sep 17 00:00:00 2001 From: bodrovis Date: Wed, 16 Aug 2023 14:50:08 +0300 Subject: [PATCH] cleanup --- Gemfile.lock | 92 ---------------------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 65074f1..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,92 +0,0 @@ -PATH - remote: . - specs: - messages_dictionary (2.1.0) - hashie (~> 5.0) - zeitwerk (~> 2.4) - -GEM - remote: https://rubygems.org/ - specs: - ast (2.4.2) - base64 (0.1.1) - diff-lcs (1.5.0) - docile (1.4.0) - hashie (5.0.0) - json (2.6.3) - language_server-protocol (3.17.0.3) - parallel (1.23.0) - parser (3.2.2.3) - ast (~> 2.4.1) - racc - racc (1.7.1) - rainbow (3.1.1) - rake (13.0.6) - regexp_parser (2.8.1) - rexml (3.2.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - rubocop (1.56.0) - 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.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-performance (1.19.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - ruby-progressbar (1.13.0) - 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) - unicode-display_width (2.4.2) - zeitwerk (2.6.11) - -PLATFORMS - x64-mingw-ucrt - -DEPENDENCIES - json (~> 2) - messages_dictionary! - rake (~> 13.0) - rspec (~> 3.6) - rubocop (~> 1.6) - rubocop-performance (~> 1.5) - rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.0) - simplecov (~> 0.16) - -BUNDLED WITH - 2.4.18