diff --git a/omnibus/Gemfile b/omnibus/Gemfile index b01ea81fa12..1b8743d099b 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -2,23 +2,23 @@ source "https://rubygems.org" -gem "dependabot-bundler", path: "../bundler" -gem "dependabot-cargo", path: "../cargo" -gem "dependabot-common", path: "../common" -gem "dependabot-composer", path: "../composer" -gem "dependabot-docker", path: "../docker" -gem "dependabot-elm", path: "../elm" -gem "dependabot-github_actions", path: "../github_actions" -gem "dependabot-git_submodules", path: "../git_submodules" -gem "dependabot-go_modules", path: "../go_modules" -gem "dependabot-gradle", path: "../gradle" -gem "dependabot-hex", path: "../hex" -gem "dependabot-maven", path: "../maven" -gem "dependabot-npm_and_yarn", path: "../npm_and_yarn" -gem "dependabot-nuget", path: "../nuget" -gem "dependabot-pub", path: "../pub" -gem "dependabot-python", path: "../python" -gem "dependabot-terraform", path: "../terraform" +gemspec path: "../bundler" +gemspec path: "../cargo" +gemspec path: "../common" +gemspec path: "../composer" +gemspec path: "../docker" +gemspec path: "../elm" +gemspec path: "../github_actions" +gemspec path: "../git_submodules" +gemspec path: "../go_modules" +gemspec path: "../gradle" +gemspec path: "../hex" +gemspec path: "../maven" +gemspec path: "../npm_and_yarn" +gemspec path: "../nuget" +gemspec path: "../pub" +gemspec path: "../python" +gemspec path: "../terraform" gem "rubocop", group: :development