From ae879d21ac6f012fa7ec514e91632cdba480ef64 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 14 Oct 2013 17:18:56 -0200 Subject: [PATCH] Add Gemfile.edge --- Gemfile.edge | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Gemfile.edge diff --git a/Gemfile.edge b/Gemfile.edge new file mode 100644 index 00000000..281edceb --- /dev/null +++ b/Gemfile.edge @@ -0,0 +1,13 @@ +source 'https://rubygems.org' + +gemspec + +gem 'sqlite3' +gem 'coveralls', :require => false +gem 'simplecov', :require => false + +# Use Rails master +gem 'rails', github: 'rails/rails' + +# Current dependencies of edge rails +gem 'arel', github: 'rails/arel'