Skip to content

Commit

Permalink
Stop running Bundler v1
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 28, 2024
1 parent b6c464a commit 3d94d61
Show file tree
Hide file tree
Showing 47 changed files with 59 additions and 2,198 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ AllCops:
- "*/spec/fixtures/**/*"
- "vendor/**/*"
- "dry-run/**/*"
- "bundler/helpers/v1/patched_bundler"
- "bundler/helpers/spec_helpers/*"
NewCops: enable
TargetRubyVersion: 3.1
Expand Down
1 change: 0 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Offense count: 39
RSpec/AnyInstance:
Exclude:
- 'bundler/helpers/v1/spec/shared_contexts.rb'
- 'bundler/spec/dependabot/bundler/update_checker_spec.rb'
- 'common/spec/dependabot/clients/codecommit_spec.rb'
- 'common/spec/dependabot/file_fetchers/base_spec.rb'
Expand Down
3 changes: 1 addition & 2 deletions bundler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM ghcr.io/dependabot/dependabot-updater-core
USER dependabot

COPY --chown=dependabot:dependabot bundler/helpers /opt/bundler/helpers
RUN bash /opt/bundler/helpers/v1/build \
&& bash /opt/bundler/helpers/v2/build
RUN bash /opt/bundler/helpers/v2/build

COPY --chown=dependabot:dependabot bundler $DEPENDABOT_HOME/bundler
COPY --chown=dependabot:dependabot common $DEPENDABOT_HOME/common
Expand Down
8 changes: 0 additions & 8 deletions bundler/helpers/v1/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions bundler/helpers/v1/Gemfile

This file was deleted.

29 changes: 0 additions & 29 deletions bundler/helpers/v1/build

This file was deleted.

172 changes: 0 additions & 172 deletions bundler/helpers/v1/lib/functions.rb

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d94d61

Please sign in to comment.