Skip to content

Commit d9d634a

Browse files
authored
Merge pull request #54 from olleolleolle/build-on-2-2-10
CI: Use rails as git gem with branch 5-2-stable in Gemfile-rails-5-2 to support Ruby 2.2.10
2 parents 7a38610 + 4f21f70 commit d9d634a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gemfiles/Gemfile-rails-5-2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec path: '..'
33

4-
gem 'actionpack', '~> 5.2.0'
4+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
5+
6+
gem 'actionpack', '~> 5.2.0', github: 'rails/rails', branch: '5-2-stable'

0 commit comments

Comments
 (0)