You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Fix warnings from
gem build
action:The text was updated successfully, but these errors were encountered: