Skip to content

Instantly share code, notes, and snippets.

@origalin
origalin / Gemfile
Last active June 23, 2017 17:19
My first Ruby On Rails Web project
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.1'