Project

General

Profile

Actions

Refactor #27205

closed

While running gem build, getting warnings for few dependencies

Added by Kavita Gaikwad over 4 years ago. Updated about 1 month ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

foreman_maintain]# gem build foreman_maintain.gemspec
WARNING: open-ended dependency on clamp (>= 0) is not recommended
if clamp is semantically versioned, use:
add_runtime_dependency 'clamp', '~> 0'
WARNING: open-ended dependency on highline (>= 0) is not recommended
if highline is semantically versioned, use:
add_runtime_dependency 'highline', '~> 0'
WARNING: open-ended dependency on minitest (>= 0, development) is not recommended
if minitest is semantically versioned, use:
add_development_dependency 'minitest', '~> 0'
WARNING: open-ended dependency on mocha (>= 0, development) is not recommended
if mocha is semantically versioned, use:
add_development_dependency 'mocha', '~> 0'
WARNING: See http://guides.rubygems.org/specification-reference/ for help

Actions #1

Updated by Kavita Gaikwad over 4 years ago

  • Subject changed from While gem build getting warnings for few dependencies to While running gem build, getting warnings for few dependencies
Actions #2

Updated by Eric Helms about 1 month ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF