Skip to content

Commit

Permalink
CI: Gemfile-rails-5-2 uses 5-2-stable; supports 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 26, 2020
1 parent 7a38610 commit 4f21f70
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 4f21f70

Please sign in to comment.