Skip to content

Commit

Permalink
Bump kuby-kind from 0.2.1 to 0.2.3 in /demo (#2234)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent d014ef8 commit 1d8cb5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ GEM
gli (2.21.1)
globalid (1.0.0)
activesupport (>= 5.0)
googleauth (1.7.0)
googleauth (1.8.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
Expand Down Expand Up @@ -209,7 +208,7 @@ GEM
rouge (~> 3.0)
kuby-crdb (0.3.0)
kube-dsl (~> 0.7)
kuby-kind (0.2.1)
kuby-kind (0.2.3)
kind-rb (~> 0.1)
kuby-core (>= 0.16.0, < 1.0)
listen (3.8.0)
Expand All @@ -236,13 +235,12 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
memoist (0.16.2)
method_source (1.0.0)
mime-types (3.5.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mini_mime (1.1.2)
minitest (5.19.0)
minitest (5.20.0)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -272,7 +270,7 @@ GEM
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octicons (19.7.0)
oj (3.16.0)
oj (3.16.1)
os (1.1.4)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -330,7 +328,7 @@ GEM
netrc (~> 0.8)
rouge (3.30.0)
ruby2_keywords (0.0.5)
signet (0.17.0)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
Expand All @@ -346,7 +344,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
statsd-instrument (3.5.11)
statsd-instrument (3.5.12)
stimulus-rails (1.1.1)
railties (>= 6.0.0)
thor (1.2.2)
Expand Down Expand Up @@ -391,7 +389,7 @@ DEPENDENCIES
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.20)
kuby-kind (~> 0.1)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.0.5)
primer_view_components!
Expand Down
2 changes: 1 addition & 1 deletion demo/gemfiles/kuby.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "kuby-core", "~> 0.20"
gem "kuby-azure", "~> 0.4.0"
gem "kuby-kind", "~> 0.1"
gem "kuby-kind", "~> 0.2"
gem "kind-rb", "~> 0.1"

gem "pry-byebug"

0 comments on commit 1d8cb5f

Please sign in to comment.