Skip to content

Commit

Permalink
update node_mutation to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Nov 20, 2023
1 parent 1522947 commit 4a83a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
synvert-core (1.29.3)
activesupport (< 7.0.0)
node_mutation (>= 1.21.4)
node_mutation (>= 1.21.6)
node_query (>= 1.13.12)
parallel
parser
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
method_source (1.0.0)
minitest (5.20.0)
nenv (0.3.0)
node_mutation (1.21.4)
node_mutation (1.21.6)
node_query (1.13.12)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion synvert-core-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "activesupport", "< 7.0.0"
spec.add_runtime_dependency "node_query", ">= 1.13.12"
spec.add_runtime_dependency "node_mutation", ">= 1.21.4"
spec.add_runtime_dependency "node_mutation", ">= 1.21.6"
spec.add_runtime_dependency "parser"
spec.add_runtime_dependency "parser_node_ext", ">= 1.2.1"
spec.add_runtime_dependency "syntax_tree"
Expand Down

0 comments on commit 4a83a28

Please sign in to comment.