Skip to content

Commit

Permalink
Merge 1607661 into 26fd1af
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Apr 10, 2020
2 parents 26fd1af + 1607661 commit de2541a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cucumber-core.gemspec
Expand Up @@ -22,9 +22,9 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby-core',
}

s.add_dependency 'cucumber-gherkin', '~> 10.0', '>= 10.0.0'
s.add_dependency 'cucumber-messages', '~> 10.0', '>= 10.0.1'
s.add_dependency 'cucumber-tag_expressions', '~> 2.0', '>= 2.0.2'
s.add_dependency 'cucumber-gherkin', '~> 12.0', '>= 12.0.0'
s.add_dependency 'cucumber-messages', '~> 11.1', '>= 11.1.1'
s.add_dependency 'cucumber-tag-expressions', '~> 2.0', '>= 2.0.4'

s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8.23'
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/core/gherkin/parser.rb
Expand Up @@ -27,7 +27,7 @@ def document(document)
receiver.pickle(message.pickle)
elsif !message.attachment.nil?
# Parse error
raise Core::Gherkin::ParseError.new("#{document.uri}: #{message.attachment.text}")
raise Core::Gherkin::ParseError.new("#{document.uri}: #{message.attachment.body}")
else
raise "Unknown message: #{message.to_hash}"
end
Expand Down

0 comments on commit de2541a

Please sign in to comment.