Skip to content

Commit

Permalink
Merge branch 'main' into kamil/add_language_info_for_bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 authored Nov 5, 2024
2 parents 7765d58 + 2cb56bd commit 5948781
Show file tree
Hide file tree
Showing 14 changed files with 1,028 additions and 232 deletions.
84 changes: 42 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: bundler
specs:
dependabot-bundler (0.283.0)
dependabot-common (= 0.283.0)
dependabot-bundler (0.284.0)
dependabot-common (= 0.284.0)
parallel (~> 1.24)

PATH
remote: cargo
specs:
dependabot-cargo (0.283.0)
dependabot-common (= 0.283.0)
dependabot-cargo (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: common
specs:
dependabot-common (0.283.0)
dependabot-common (0.284.0)
aws-sdk-codecommit (~> 1.28)
aws-sdk-ecr (~> 1.5)
bundler (>= 1.16, < 3.0.0)
Expand All @@ -38,113 +38,113 @@ PATH
PATH
remote: composer
specs:
dependabot-composer (0.283.0)
dependabot-common (= 0.283.0)
dependabot-composer (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: devcontainers
specs:
dependabot-devcontainers (0.283.0)
dependabot-common (= 0.283.0)
dependabot-devcontainers (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: docker
specs:
dependabot-docker (0.283.0)
dependabot-common (= 0.283.0)
dependabot-docker (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: dotnet_sdk
specs:
dependabot-dotnet_sdk (0.283.0)
dependabot-common (= 0.283.0)
dependabot-dotnet_sdk (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: elm
specs:
dependabot-elm (0.283.0)
dependabot-common (= 0.283.0)
dependabot-elm (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: git_submodules
specs:
dependabot-git_submodules (0.283.0)
dependabot-common (= 0.283.0)
dependabot-git_submodules (0.284.0)
dependabot-common (= 0.284.0)
parseconfig (~> 1.0, < 1.1.0)

PATH
remote: github_actions
specs:
dependabot-github_actions (0.283.0)
dependabot-common (= 0.283.0)
dependabot-github_actions (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: go_modules
specs:
dependabot-go_modules (0.283.0)
dependabot-common (= 0.283.0)
dependabot-go_modules (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: gradle
specs:
dependabot-gradle (0.283.0)
dependabot-common (= 0.283.0)
dependabot-maven (= 0.283.0)
dependabot-gradle (0.284.0)
dependabot-common (= 0.284.0)
dependabot-maven (= 0.284.0)

PATH
remote: hex
specs:
dependabot-hex (0.283.0)
dependabot-common (= 0.283.0)
dependabot-hex (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: maven
specs:
dependabot-maven (0.283.0)
dependabot-common (= 0.283.0)
dependabot-maven (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: npm_and_yarn
specs:
dependabot-npm_and_yarn (0.283.0)
dependabot-common (= 0.283.0)
dependabot-npm_and_yarn (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: nuget
specs:
dependabot-nuget (0.283.0)
dependabot-common (= 0.283.0)
dependabot-nuget (0.284.0)
dependabot-common (= 0.284.0)
rubyzip (>= 2.3.2, < 3.0)

PATH
remote: pub
specs:
dependabot-pub (0.283.0)
dependabot-common (= 0.283.0)
dependabot-pub (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: python
specs:
dependabot-python (0.283.0)
dependabot-common (= 0.283.0)
dependabot-python (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: silent
specs:
dependabot-silent (0.283.0)
dependabot-common (= 0.283.0)
dependabot-silent (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: swift
specs:
dependabot-swift (0.283.0)
dependabot-common (= 0.283.0)
dependabot-swift (0.284.0)
dependabot-common (= 0.284.0)

PATH
remote: terraform
specs:
dependabot-terraform (0.283.0)
dependabot-common (= 0.283.0)
dependabot-terraform (0.284.0)
dependabot-common (= 0.284.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.283.0"
VERSION = "0.284.0"
end
Loading

0 comments on commit 5948781

Please sign in to comment.