Skip to content

Commit 2cb1ac0

Browse files
authored
Merge pull request #480 from olleolleolle/try-with-5-2-stable
Gemfile for 5.2: use 5-2-stable branch
2 parents 187ee76 + 8bb25c2 commit 2cb1ac0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gemfiles/rails_5_2.gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
source "https://rubygems.org"
44

5+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
6+
57
gem "rake"
68
gem "mocha", require: false
79
gem "appraisal"
8-
gem "rails", "~> 5.2.0"
10+
gem "rails", "~> 5.2", github: 'rails/rails', branch: '5-2-stable'
911

1012
gemspec path: "../"

0 commit comments

Comments
 (0)