Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 18, 2024
1 parent edc7163 commit 7acd084
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 29 deletions.
34 changes: 20 additions & 14 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
GIT
remote: https://github.com/getkuby/kuby-core.git
revision: f9a2a7f20daee8b95b6ce6b4a1b994fc7531ba7c
ref: f9a2a7f20daee8b95b6ce6b4a1b994fc7531ba7c
specs:
kuby-core (0.20.1)
colorize (~> 0.8)
docker-remote (~> 0.8)
gli (~> 2.21)
helm-cli (~> 0.3)
krane (~> 2.0)
kube-dsl (~> 0.7)
kubernetes-cli (~> 0.4)
kuby-cert-manager (~> 0.4)
kuby-crdb (~> 0.2)
railties (>= 5.1)
rake
rouge (~> 3.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -175,19 +194,6 @@ GEM
kube-dsl (~> 0.1)
kuby-cert-manager (0.4.0)
kube-dsl (~> 0.1)
kuby-core (0.20.1)
colorize (~> 0.8)
docker-remote (~> 0.8)
gli (~> 2.21)
helm-cli (~> 0.3)
krane (~> 2.0)
kube-dsl (~> 0.7)
kubernetes-cli (~> 0.4)
kuby-cert-manager (~> 0.4)
kuby-crdb (~> 0.2)
railties (>= 5.1)
rake
rouge (~> 3.0)
kuby-crdb (0.3.0)
kube-dsl (~> 0.7)
kuby-kind (0.2.3)
Expand Down Expand Up @@ -366,7 +372,7 @@ DEPENDENCIES
hotwire-livereload (~> 1.4)
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.20)
kuby-core!
kuby-kind (~> 0.2)
listen
lookbook (~> 2.3.2)
Expand Down
2 changes: 1 addition & 1 deletion demo/gemfiles/kuby.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "kuby-core", "~> 0.20"
gem "kuby-core", github: "getkuby/kuby-core", ref: "f9a2a7f20daee8b95b6ce6b4a1b994fc7531ba7c" # "~> 0.20"
gem "kuby-azure", "~> 0.4.0"
gem "kuby-kind", "~> 0.2"
gem "kind-rb", "~> 0.1"
Expand Down
34 changes: 20 additions & 14 deletions demo/gemfiles/kuby.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
GIT
remote: https://github.com/getkuby/kuby-core.git
revision: f9a2a7f20daee8b95b6ce6b4a1b994fc7531ba7c
ref: f9a2a7f20daee8b95b6ce6b4a1b994fc7531ba7c
specs:
kuby-core (0.20.1)
colorize (~> 0.8)
docker-remote (~> 0.8)
gli (~> 2.21)
helm-cli (~> 0.3)
krane (~> 2.0)
kube-dsl (~> 0.7)
kubernetes-cli (~> 0.4)
kuby-cert-manager (~> 0.4)
kuby-crdb (~> 0.2)
railties (>= 5.1)
rake
rouge (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -123,19 +142,6 @@ GEM
kube-dsl (~> 0.1)
kuby-cert-manager (0.4.0)
kube-dsl (~> 0.1)
kuby-core (0.20.1)
colorize (~> 0.8)
docker-remote (~> 0.8)
gli (~> 2.21)
helm-cli (~> 0.3)
krane (~> 2.0)
kube-dsl (~> 0.7)
kubernetes-cli (~> 0.4)
kuby-cert-manager (~> 0.4)
kuby-crdb (~> 0.2)
railties (>= 5.1)
rake
rouge (~> 3.0)
kuby-crdb (0.2.0)
kube-dsl (~> 0.7)
kuby-kind (0.2.1)
Expand Down Expand Up @@ -228,7 +234,7 @@ PLATFORMS
DEPENDENCIES
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.20)
kuby-core!
kuby-kind (~> 0.2)
pry-byebug

Expand Down

0 comments on commit 7acd084

Please sign in to comment.