aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 7a50773bb32c8cd57d1f2fed3cc1425cfbdd462e (plain) (blame)
1
2
3
4
5
6
7
8
source "https://rubygems.org"

git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }

gemspec

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