From 96a45285603971f546a89d6c4a59489b9859ddfb Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 8 Oct 2018 21:03:40 -0400 Subject: Test against Rails master --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9b78acc762..65f1a6f190 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "https://rubygems.org" git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" } gemspec + +gem "rails", github: "rails/rails" -- cgit v1.2.3