From b212c912014937aafebf1043d3e15c38532ee273 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Mon, 14 Aug 2023 13:52:22 +0100 Subject: [PATCH] chore: stop removing Gemfile.lock on build (#506) --- .circleci/config.yml | 1 - Gemfile.lock | 24 +++++++++--------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c867ea9..9e90030b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,6 @@ jobs: steps: - checkout - run: gem install bundler:2.3.22 - - run: rm Gemfile.lock - restore_cache: key: gems-v2-{{ checksum "Gemfile.lock" }} - run: bundle check --path=vendor/bundle || bundle install --path=vendor/bundle diff --git a/Gemfile.lock b/Gemfile.lock index 9498808e..0df44ae7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) builder (3.2.4) @@ -98,16 +98,12 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) - minitest (5.18.1) + minitest (5.19.0) multi_json (1.15.0) nenv (0.3.0) netrc (0.11.0) - nokogiri (1.15.3-aarch64-linux) - racc (~> 1.4) nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.3-x86_64-darwin) - racc (~> 1.4) nokogiri (1.15.3-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) @@ -125,7 +121,7 @@ GEM method_source (~> 1.0) public_suffix (5.0.3) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-test (0.8.3) rack (>= 1.0, < 3) rails-dom-testing (2.1.1) @@ -148,7 +144,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.8.1) - reline (0.3.6) + reline (0.3.7) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -156,7 +152,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retryable (3.0.5) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -170,7 +166,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.54.2) + rubocop (1.55.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -178,7 +174,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.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) @@ -217,13 +213,11 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zache (0.13.0) - zeitwerk (2.6.8) + zache (0.13.1) + zeitwerk (2.6.11) PLATFORMS - aarch64-linux arm64-darwin-21 - x86_64-darwin-21 x86_64-linux DEPENDENCIES