Skip to content

Commit b35bea4

Browse files
authored
Merge pull request #89 from ekohl/add-racc-dependency
Add racc gem dependency
2 parents 983a703 + ba3b977 commit b35bea4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ group(:test) do
4343
# 1.16.0 - 1.16.2 are broken on Windows
4444
gem 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', require: false
4545
gem "json-schema", '>= 2', '< 6', require: false
46-
gem "racc", "1.5.2", require: false
4746
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')
4847
gem "rspec", "~> 3.1", require: false
4948
gem "rspec-expectations", ["~> 3.9", "!= 3.9.3"]

puppet.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.add_runtime_dependency('semantic_puppet', '~> 1.0')
3333
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
3434
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
35+
spec.add_runtime_dependency('racc', '~> 1.5')
3536

3637

3738
platform = spec.platform.to_s

0 commit comments

Comments
 (0)