Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings from gem builded #8

Open
Loriowar opened this issue Nov 25, 2015 · 0 comments
Open

Warnings from gem builded #8

Loriowar opened this issue Nov 25, 2015 · 0 comments

Comments

@Loriowar
Copy link
Owner

Fix warnings from gem build action:

WARNING:  open-ended dependency on railties (>= 3.1) is not recommended
  if railties is semantically versioned, use:
    add_runtime_dependency 'railties', '~> 3.1'
WARNING:  open-ended dependency on select2-rails (>= 0) is not recommended
  if select2-rails is semantically versioned, use:
    add_runtime_dependency 'select2-rails', '~> 0'
WARNING:  open-ended dependency on coffee-rails (>= 0) is not recommended
  if coffee-rails is semantically versioned, use:
    add_runtime_dependency 'coffee-rails', '~> 0'
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  if rake is semantically versioned, use:
    add_development_dependency 'rake', '~> 0'
WARNING:  pessimistic dependency on rails (~> 3.2.12, development) may be overly strict
  if rails is semantically versioned, use:
    add_development_dependency 'rails', '~> 3.2', '>= 3.2.12'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant