aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 65f1a6f190e14f3918bf1c92676913ca23e8e70b (plain) (blame)
1
2
3
4
5
6
source "https://rubygems.org"
git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }

gemspec

gem "rails", github: "rails/rails"