Skip to content

Commit 9044141

Browse files
committed
Add arel as a git source to Gemfile-edge
Active Record in Rails 5.1 will depend on the currently unreleased Arel 8.0 so we need to include it as a GitHub source entry.
1 parent 53d75af commit 9044141

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gemfiles/Gemfile-edge

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22

3-
gemspec path: '..'
3+
gemspec path: ".."
44

5-
gem 'rails', github: 'rails/rails', branch: 'master'
5+
gem "rails", github: "rails/rails", branch: "master"
6+
gem "arel", github: "rails/arel", branch: "master"

0 commit comments

Comments
 (0)