Skip to content

Commit

Permalink
fix spinach needing racc
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 20, 2024
1 parent cbda404 commit e61139f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'minitest', '~> 5.5.0'
gem 'rspec', '~> 3.3'
gem 'cucumber', "~> 4.0"
gem 'cuke_modeler', '~> 3.6'
gem 'spinach', '~> 0.12'
gem 'spinach'
gem 'racc' # need for spinach on 3.3+ https://github.com/codegram/spinach/issues/256
gem 'rake'
gem 'rubocop', '~> 1.51.0' # lock minor so we do not get accidental violations
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
ast (2.4.2)
builder (3.2.4)
bump (0.10.0)
colorize (0.8.1)
colorize (1.1.0)
concurrent-ruby (1.1.10)
cucumber (4.1.0)
builder (~> 3.2, >= 3.2.3)
Expand Down Expand Up @@ -72,6 +72,8 @@ GEM
middleware
thor
thread_safe
racc (1.8.0)
racc (1.8.0-java)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
Expand Down Expand Up @@ -129,10 +131,11 @@ DEPENDENCIES
cuke_modeler (~> 3.6)
minitest (~> 5.5.0)
parallel_tests!
racc
rake
rspec (~> 3.3)
rubocop (~> 1.51.0)
spinach (~> 0.12)
spinach
test-unit

BUNDLED WITH
Expand Down

0 comments on commit e61139f

Please sign in to comment.