Update the Ruby version to 2.2.3
Problem: The project doesn't use the latest available Ruby version. Solution: Ruby's current version is 2.2.3 I think it benefits the project to use the latest Ruby version.
Showing
+5 -3
source 'https://rubygems.org' | ||
ruby "2.2.0" | ||
ruby "2.2.3" | ||
gemspec | ||
... | ... |
Please register or sign in to comment