Skip to content

Commit 43f5e3a

Browse files
authored
Merge pull request #687 from ruby-i18n/undo-racc-dep
undo strict racc dependency on this branch
2 parents caabe18 + c15f48b commit 43f5e3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby_version: [3.3, 3.2, 3.1, 3.0, jruby]
20+
ruby_version: [3.3, 3.2, 3.1, '3.0', jruby]
2121
gemfile:
2222
- Gemfile
2323
- gemfiles/Gemfile.rails-6.0.x
@@ -26,10 +26,12 @@ jobs:
2626
- gemfiles/Gemfile.rails-7.1.x
2727
- gemfiles/Gemfile.rails-main
2828
exclude:
29+
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
30+
- ruby_version: '3.0'
31+
gemfile: gemfiles/Gemfile.rails-main
2932
# JRuby is not supported by Rails 7.0.x
3033
- ruby_version: jruby
3134
gemfile: gemfiles/Gemfile.rails-7.0.x
32-
3335
# JRuby is not supported by Rails main
3436
- ruby_version: jruby
3537
gemfile: gemfiles/Gemfile.rails-main

i18n.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ Gem::Specification.new do |s|
2727
s.required_ruby_version = '>= 2.3.0'
2828

2929
s.add_dependency 'concurrent-ruby', '~> 1.0'
30-
s.add_dependency 'racc', '~> 1.7'
31-
3230
end

0 commit comments

Comments
 (0)