e2 / ruby_dep

Automatically helps determine supported Rubies based on .travis.yml file
MIT License
23 stars 7 forks source link

Ruby 2.3 support missing #21

Closed ChristianPeters closed 8 years ago

ChristianPeters commented 8 years ago

We have a ruby 2.3 project using ruby_dep and fail with the ~> 2.2 dependency.

Gem::InstallError: ruby_dep requires Ruby version >= 2.2.5, ~> 2.2.

What about supporting the newest Ruby version?

ChristianPeters commented 8 years ago

Sorry for the confusion. ruby_dep does support Ruby 2.3.1 as shown on Travis.

My problem has been heroku, which tried to bundle using Ruby 2.2.4.