tylergannon / toastr-rails

Rails engine for https://github.com/CodeSeven/toastr
GNU General Public License v2.0
105 stars 44 forks source link

Fixed gemspec errors #4

Closed nkondratyev closed 7 years ago

nkondratyev commented 10 years ago

Hi, Bundler (version 1.5.3) shows a warning during toastr-rails installation process.

toastr-rails at .../.rvm/gems/ruby-2.0.0-p353/bundler/gems/toastr-rails-71a729d75d9d did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
  duplicate dependency on bundler (>= 1.1.3, development), (>= 1.1.3) use:
    add_runtime_dependency 'bundler', '>= 1.1.3', '>= 1.1.3'