Skip to content

Commit

Permalink
Gemfile for 5.2: use 5-2-stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 17, 2020
1 parent 187ee76 commit 8bb25c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "rails", "~> 5.2.0"
gem "rails", "~> 5.2", github: 'rails/rails', branch: '5-2-stable'

gemspec path: "../"

0 comments on commit 8bb25c2

Please sign in to comment.