Skip to content

Commit

Permalink
fixing typo, gemspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
vveliev-tc committed Jul 17, 2019
1 parent 9fd2cda commit 2c447d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Use following options are available to configure that.
1. launch_id
2. file_with_launch_id
3. launch_uuid
4. rp_launch_id_for_<fisrt process pid>.lock in `Dir.tmpdir`
4. rp_launch_id_for_<first process pid>.lock in `Dir.tmpdir`

*** If launch is not created, cucumber process will create one. Such that user does not need to worry about creating new launch.
</td>
Expand Down
5 changes: 0 additions & 5 deletions reportportal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3.0'
s.license = 'Apache-2.0'

s.add_runtime_dependency('cucumber', '~> 3.0')
s.add_runtime_dependency('faraday', '~> 0.13')
s.add_runtime_dependency('logging', '~> 2.2')
s.add_runtime_dependency('parallel_tests', '~> 2.15')
s.add_runtime_dependency('rspec', '~> 3.8')
s.add_runtime_dependency('rubytree', '~> 1.0')
s.add_runtime_dependency('sys-proctable', '1.1.5')

s.add_development_dependency('rubocop', '0.71')
end

0 comments on commit 2c447d8

Please sign in to comment.