Skip to content

Commit

Permalink
Merge pull request #54 from olleolleolle/build-on-2-2-10
Browse files Browse the repository at this point in the history
CI: Use rails as git gem with branch 5-2-stable in Gemfile-rails-5-2  to support Ruby 2.2.10
  • Loading branch information
kaspth authored Mar 26, 2020
2 parents 7a38610 + 4f21f70 commit d9d634a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gemfiles/Gemfile-rails-5-2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', '~> 5.2.0'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

gem 'actionpack', '~> 5.2.0', github: 'rails/rails', branch: '5-2-stable'

0 comments on commit d9d634a

Please sign in to comment.