Skip to content

Commit 8bd5ec3

Browse files
authored
* Bump Racc to 1.8.0 (#1018)
Racc 1.8.0 has been released and this PR bumps Racc to 1.8.0: https://github.com/ruby/racc/releases/tag/v1.8.0
1 parent 03a892e commit 8bd5ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gemspec
88
# Workaround for bug in Bundler on JRuby
99
# See https://github.com/bundler/bundler/issues/4157
1010
gem 'ast', '>= 1.1', '< 3.0'
11-
gem 'racc', '1.7.3'
11+
gem 'racc', '1.8.0'

0 commit comments

Comments
 (0)