Skip to content

Commit

Permalink
update node_query to 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jul 17, 2024
1 parent e2f3ecb commit 9715ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
mutex_m (0.2.0)
nenv (0.3.0)
node_mutation (1.24.4)
node_query (1.15.3)
node_query (1.15.4)
node_visitor (1.1.0)
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport"
spec.add_runtime_dependency "node_query", ">= 1.15.3"
spec.add_runtime_dependency "node_query", ">= 1.15.4"
spec.add_runtime_dependency "node_mutation", ">= 1.24.4"
spec.add_runtime_dependency "node_visitor", ">= 1.1.0"
spec.add_runtime_dependency "parser"
Expand Down

0 comments on commit 9715ae8

Please sign in to comment.