Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby 3.3 #958

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix spinach needing racc
grosser committed May 20, 2024
commit 66511b21215812da5298708b9a9577b3f0a29374
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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
@@ -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)
@@ -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)
@@ -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