Skip to content

Commit

Permalink
update ruby2ruby version to be compatible, bump gemspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhellerstein committed Sep 1, 2020
1 parent bc1b133 commit 91ae95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'getopt', '= 1.4.3'
s.add_dependency 'msgpack', '= 1.1.0'
s.add_dependency 'ruby-graphviz', '= 1.2.3'
s.add_dependency 'ruby2ruby', '= 2.4.0'
s.add_dependency 'ruby2ruby', '= 2.4.4'
s.add_dependency 'ruby_parser', '= 3.10.1'
s.add_dependency 'superators19', '= 0.9.3'
s.add_dependency 'syntax', '= 1.2.2'
Expand Down
2 changes: 1 addition & 1 deletion lib/bud/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bud
VERSION = "0.9.8"
VERSION = "0.9.9"
end

0 comments on commit 91ae95d

Please sign in to comment.