Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gemfile: revert kube-dsl to 0.8.1 #477

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ updates:
timezone: Europe/London
allow:
- dependency-type: all
versioning-strategy: lockfile-only
commit-message:
prefix: Gemfile.lock
groups:
Expand All @@ -40,30 +41,9 @@ updates:
- minor
- patch

- package-ecosystem: npm
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: docker
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: devcontainers
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-type: all
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby file: ".ruby-version"

gem "faraday-retry" # for octokit
gem "jwt"
gem "kube-dsl"
gem "kube-dsl", "!= 0.8.2"
gem "octokit"
gem "puma"
gem "rackup"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
json (2.10.2)
jwt (2.10.1)
base64
kube-dsl (0.8.2)
kube-dsl (0.8.1)
dry-inflector (~> 0.2)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ PLATFORMS
DEPENDENCIES
faraday-retry
jwt
kube-dsl
kube-dsl (!= 0.8.2)
octokit
puma
rackup
Expand Down