Skip to content

Commit

Permalink
Add racc to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Feb 26, 2024
1 parent 9f43bc3 commit 621140f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gemspec

gem "byebug"
gem "racc"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rspec-json_matcher"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
Expand Down Expand Up @@ -53,11 +54,13 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux

DEPENDENCIES
byebug
graphql-constraint-directive!
racc
rake (~> 13.0)
rspec (~> 3.0)
rspec-json_matcher
Expand Down

0 comments on commit 621140f

Please sign in to comment.