Skip to content

Commit

Permalink
chore: stop removing Gemfile.lock on build (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored Aug 14, 2023
1 parent 37f00a6 commit b212c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 9 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -148,15 +144,15 @@ 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)
http-cookie (>= 1.0.2, < 2.0)
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)
Expand All @@ -170,15 +166,15 @@ 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)
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.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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b212c91

Please sign in to comment.