Skip to content

Commit

Permalink
Drop ebnf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Weber authored and Arian Weber committed Feb 12, 2024
1 parent d2568c2 commit 132bb46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
pg-verify (0.1.0)
config (~> 4.2.1)
ebnf (~> 2.3.4)
plantuml_builder (~> 0.3.0)
rainbow (~> 3.0.0)
thor (~> 1.2.1)
Expand Down Expand Up @@ -50,21 +49,10 @@ GEM
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-schema (~> 1.8, >= 1.8.0)
ebnf (2.3.4)
htmlentities (~> 4.3)
rdf (~> 3.2)
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.8)
htmlentities (4.3.4)
link_header (0.0.8)
matrix (0.4.2)
plantuml_builder (0.3.0)
docopt (~> 0.5.0)
rainbow (3.0.0)
rake (13.0.6)
rdf (3.2.11)
link_header (~> 0.0, >= 0.0.8)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -78,12 +66,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
scanf (1.0.0)
sxp (1.2.4)
matrix (~> 0.4)
rdf (~> 3.2)
thor (1.2.1)
unicode-types (1.8.0)

PLATFORMS
x86_64-darwin-19
Expand Down
1 change: 0 additions & 1 deletion pg-verify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |spec|

# Gem dependencies
spec.add_dependency "thor", "~> 1.2.1"
spec.add_dependency "ebnf", "~> 2.3.4"
spec.add_dependency "rainbow", "~> 3.0.0"
spec.add_dependency "config", "~> 4.2.1"
spec.add_dependency "plantuml_builder", "~> 0.3.0"
Expand Down

0 comments on commit 132bb46

Please sign in to comment.