SciRuby / statsample

A suite for basic and advanced statistics on Ruby.
https://github.com/sciruby/statsample
BSD 3-Clause "New" or "Revised" License
95 stars 29 forks source link

add versions to dependencies #26

Closed IsmailM closed 9 years ago

IsmailM commented 9 years ago

In response to #25...

I would suggest that one of the project leaders add the Github project to gymnasium.com. This will send you an email when and if a dependency needs updating...

A few dependancies were already pointing at a specific gem version. I did not update these since I was sure if there was a reason behind using that specific version...

rubyvis points to 0.5.0 (the latest versions is 0.6.1) spreadsheet points to 0.6.5 (the latest version is 1.0.3) should-matchers points to 2.2. (the latest version is 2.8)

Regards, IsmailM

IsmailM commented 9 years ago

I have decreased the bundler version from 1.9 to 1.7 to keep travis happy...

Personally, I wouldn't include bundler in the developmental dependencies (since it's more or less given that the developer would have bundler installed). Also you need bundle installed before you can run bundle install.

agarie commented 9 years ago

I don't know about Bundler, it doesn't seem problematic to have it as a dep... Anyway, thanks for the patch!