Skip to content

Commit

Permalink
Switch order in Gemfile for easier rebase in testing branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jan 19, 2024
1 parent 74ddf7b commit 602e5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ source "https://rubygems.org"
# They are so many, our reference won't be found for it to be updated.
# Hence adding the branch.

gem "dependabot-omnibus", "~>0.240.0"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", branch: "main"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", tag: "v0.232.0"
gem "dependabot-omnibus", "~>0.240.0"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "ffde6f6"

gem "http", "~> 5.1"
gem "octokit", "6.1.1"
Expand Down

0 comments on commit 602e5a3

Please sign in to comment.