This commit is contained in:
Mac 2017-10-31 23:08:50 +01:00
parent e193cf66f7
commit abd242d952
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ source 'https://rubygems.org'
git_source(:github) do |repo_name| git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git" "https://github.com/#{repo_name}.git"
end ends
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.4' gem 'rails', '~> 5.1.4'