aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2017-07-14 18:26:27 -0400
committerGeorge Claghorn <george@basecamp.com>2017-07-14 18:26:27 -0400
commita6df4515522c4b977a7739b7eab3fc54d9098a45 (patch)
treeaf048cc0fac7e6524c775148a8d90633c1310faf /Gemfile
parentc178de536e6aca386a506dcebda3d427d3d7b487 (diff)
downloadrails-a6df4515522c4b977a7739b7eab3fc54d9098a45.tar.gz
rails-a6df4515522c4b977a7739b7eab3fc54d9098a45.tar.bz2
rails-a6df4515522c4b977a7739b7eab3fc54d9098a45.zip
Depend on Rails >= 5.2.0.alpha
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d2d6db9065..7154892086 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,14 @@
source "https://rubygems.org"
+git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
+
gemspec
+gem "activesupport", github: "rails/rails"
+gem "activerecord", github: "rails/rails"
+gem "actionpack", github: "rails/rails"
+gem "activejob", github: "rails/rails"
+
gem "rake"
gem "byebug"