Skip to content

Commit

Permalink
Switch to a faster update process which may be buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Oct 2, 2023
1 parent 6d10f23 commit 42dde3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ source "https://rubygems.org"

# gem "dependabot-omnibus", github: "dependabot/dependabot-core", branch: "main"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", tag: "v0.232.0"
gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "a4e8046"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "a4e8046"
gem "dependabot-omnibus", github: "mburumaxwell/dependabot-core", branch: "pnpm-speed-fix"
# gem "dependabot-omnibus", "~>0.232.0"

gem "http", "~> 5.1"
Expand Down
10 changes: 5 additions & 5 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/dependabot/dependabot-core.git
revision: a4e80463f850136df95b14603e0dcf6233c29629
ref: a4e8046
remote: https://github.com/mburumaxwell/dependabot-core.git
revision: 4bcf888f8823e0d0c27e55ccaa71eefe31a09db1
branch: pnpm-speed-fix
specs:
dependabot-bundler (0.232.0)
dependabot-common (= 0.232.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.829.0)
aws-partitions (1.830.0)
aws-sdk-codecommit (1.60.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
faraday (>= 0.17.3, < 3)
sentry-raven (3.1.2)
faraday (>= 1.0)
sorbet-runtime (0.5.11044)
sorbet-runtime (0.5.11054)
stringio (3.0.8)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down

0 comments on commit 42dde3a

Please sign in to comment.