Skip to content

Commit

Permalink
Add ability to test Rails 6.0
Browse files Browse the repository at this point in the history
Master is on 6.1 so we should add a Gemfile for 6.0
  • Loading branch information
eileencodes committed Apr 16, 2020
1 parent 3c3781d commit d08814b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-rails-6-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

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

gem 'actionpack', '~> 6.0.0', github: 'rails/rails', branch: '6-0-stable'

0 comments on commit d08814b

Please sign in to comment.