remove StringScanner version check in Lexer and Tokenizer

This commit is contained in:
Michael Go
2025-01-07 14:51:29 -04:00
parent d48708ae46
commit 7c9b77e8cf
3 changed files with 9 additions and 117 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.add_dependency("strscan")
s.add_dependency("strscan", ">= 3.1.1")
s.add_dependency("bigdecimal")
s.add_dependency("lru_redux")