Iker Narvaez

updated ruby

Showing 1 changed file with 1 additions and 0 deletions
source 'https://rubygems.org'
ruby '2.3.0'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
......