From a6df4515522c4b977a7739b7eab3fc54d9098a45 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Fri, 14 Jul 2017 18:26:27 -0400 Subject: Depend on Rails >= 5.2.0.alpha --- Gemfile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Gemfile') 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" -- cgit v1.2.3