Skip to content

Commit

Permalink
fix: add bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 25, 2025
1 parent 29927e2 commit 2022630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tebako/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
# POSSIBILITY OF SUCH DAMAGE.

module Tebako
VERSION = "0.12.7"
VERSION = "0.12.8"
end
1 change: 1 addition & 0 deletions tebako.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = %w[cmake exe ext include lib resources src tools/ci-scripts tools/cmake-scripts tools/includes]

spec.add_dependency "bundler"
spec.add_dependency "thor", "~> 1.2"
spec.add_dependency "yaml", "~> 0.2.1"

Expand Down

0 comments on commit 2022630

Please sign in to comment.