Skip to content

Commit

Permalink
Add Rails 6 appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
smudge authored and excpt committed Jul 7, 2020
1 parent 53d890d commit e19fee8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Expand Up @@ -12,3 +12,7 @@ end
appraise 'rails-5.2' do
gem 'rails', '~> 5.2.0'
end

appraise 'rails-6.0' do
gem 'rails', '~> 6.0.0'
end
7 changes: 7 additions & 0 deletions gemfiles/rails_6.0.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 6.0.0"

gemspec path: "../"

0 comments on commit e19fee8

Please sign in to comment.