Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
klueless-io committed Oct 28, 2022
1 parent d02cfc1 commit 4190536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ if ENV['KLUE_LOCAL_GEMS']&.to_s&.downcase == 'true'
gem 'k_type' , path: '../k_type'
gem 'k_util' , path: '../k_util'
gem 'peeky' , path: '../peeky'
gem 'tailwind_dsl' , path: '../tailwind_dsl'
end
end
1 change: 1 addition & 0 deletions k_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ Gem::Specification.new do |spec|
# spec.add_dependency 'k_type' , '~> 0.0.0'
# spec.add_dependency 'k_util' , '~> 0.0.0'
spec.add_dependency 'dry-cli', '~> 0.7.0'
spec.add_dependency 'tailwind_dsl'
end
1 change: 1 addition & 0 deletions lib/k_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require 'k_builder'
require 'k_ext/github'
require 'drawio_dsl'
require 'tailwind_dsl'

require 'k_manager/version'
require 'k_manager/overview/models'
Expand Down

0 comments on commit 4190536

Please sign in to comment.