Skip to content

Commit

Permalink
Use bump gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoasleep committed May 16, 2024
1 parent 15552d1 commit 34e2e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"
require "bump/tasks"

RuboCop::RakeTask.new

Expand Down
2 changes: 2 additions & 0 deletions yard_to_rbs_inline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency "yard"

spec.add_development_dependency "bump"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end

0 comments on commit 34e2e16

Please sign in to comment.