aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-08 21:03:40 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-08 21:03:40 -0400
commit96a45285603971f546a89d6c4a59489b9859ddfb (patch)
treeb9bbda66de6fd9bbeb99bac93fae0dbb7caf4f4d /Gemfile
parent5714ecf36661423ea77b5cba518701ab98aeb19f (diff)
downloadrails-96a45285603971f546a89d6c4a59489b9859ddfb.tar.gz
rails-96a45285603971f546a89d6c4a59489b9859ddfb.tar.bz2
rails-96a45285603971f546a89d6c4a59489b9859ddfb.zip
Test against Rails master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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"