Skip to content

Commit 714b782

Browse files
Update racc requirement from 1.5.2 to 1.8.1
Updates the requirements on [racc](https://github.com/ruby/racc) to permit the latest version. - [Release notes](https://github.com/ruby/racc/releases) - [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog) - [Commits](ruby/racc@v1.5.2...v1.8.1) --- updated-dependencies: - dependency-name: racc dependency-version: 1.8.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c99c5c0 commit 714b782

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
@@ -45,7 +45,7 @@ group(:test) do
4545
# 1.16.0 - 1.16.2 are broken on Windows
4646
gem 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', require: false
4747
gem "json-schema", "~> 2.0", require: false
48-
gem "racc", "1.5.2", require: false
48+
gem "racc", "1.8.1", require: false
4949
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')
5050
gem "rspec", "~> 3.1", require: false
5151
gem "rspec-expectations", ["~> 3.9", "!= 3.9.3"]

0 commit comments

Comments
 (0)