Skip to content

Commit

Permalink
Merge pull request #687 from ruby-i18n/undo-racc-dep
Browse files Browse the repository at this point in the history
undo strict racc dependency on this branch
  • Loading branch information
radar committed Mar 6, 2024
2 parents caabe18 + c15f48b commit 43f5e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
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
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

0 comments on commit 43f5e3a

Please sign in to comment.