Skip to content

Commit

Permalink
Merge pull request #1447 from pocke/Fix_ruby_warning
Browse files Browse the repository at this point in the history
Fix ruby warning
  • Loading branch information
pocke committed Aug 21, 2023
2 parents 2250961 + 7459b8d commit 9fb5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ end

desc "Generate changelog template from GH pull requests"
task :changelog do
major, minor, patch, pre = RBS::VERSION.split(".", 4)
major, minor, patch, _pre = RBS::VERSION.split(".", 4)
major = major.to_i
minor = minor.to_i
patch = patch.to_i
Expand Down

0 comments on commit 9fb5f18

Please sign in to comment.