Skip to content

Commit

Permalink
Add Rails 6 appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
smudge committed Oct 15, 2019
1 parent f4c7f15 commit 306eaed
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 306eaed

Please sign in to comment.