Closed ChristianPeters closed 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?
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.
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?