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

undo strict racc dependency on this branch #687

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [3.3, 3.2, 3.1, 3.0, jruby]
ruby_version: [3.3, 3.2, 3.1, '3.0', jruby]
gemfile:
- Gemfile
- gemfiles/Gemfile.rails-6.0.x
Expand All @@ -26,10 +26,12 @@ jobs:
- gemfiles/Gemfile.rails-7.1.x
- gemfiles/Gemfile.rails-main
exclude:
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile.rails-main
# JRuby is not supported by Rails 7.0.x
- ruby_version: jruby
gemfile: gemfiles/Gemfile.rails-7.0.x

# JRuby is not supported by Rails main
- ruby_version: jruby
gemfile: gemfiles/Gemfile.rails-main
Expand Down
2 changes: 0 additions & 2 deletions i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3.0'

s.add_dependency 'concurrent-ruby', '~> 1.0'
s.add_dependency 'racc', '~> 1.7'

end
Loading