Skip to content

Commit

Permalink
Increase character limit for ruby code capture. (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell authored Jan 14, 2025
1 parent 0f218f1 commit 0fe3a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wrapper/nodejs/plugins/rubyastgen/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby ">=3.4.1"
source "https://rubygems.org"

group :frontend do
gem "ruby_ast_gen", github: 'joernio/ruby_ast_gen', ref: 'v0.34.0'
gem "ruby_ast_gen", github: 'appthreat/ruby_ast_gen', ref: 'v0.34.1'
gem "parser"
gem "ostruct"
end
7 changes: 4 additions & 3 deletions wrapper/nodejs/plugins/rubyastgen/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/joernio/ruby_ast_gen.git
revision: 1c6e88faec50a986d319e7fbcfe297ec01c48e5a
ref: v0.34.0
remote: https://github.com/appthreat/ruby_ast_gen.git
revision: df21eaeb39f962c41946ec4391ff20080e4d8218
ref: v0.34.1
specs:
ruby_ast_gen (0.34.0)

Expand All @@ -17,6 +17,7 @@ GEM

PLATFORMS
ruby
x64-mingw-ucrt
x86_64-darwin-23

DEPENDENCIES
Expand Down

0 comments on commit 0fe3a0e

Please sign in to comment.