We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6719fa7 commit 2810987Copy full SHA for 2810987
Appraisals
@@ -13,3 +13,7 @@ end
13
appraise "5.2" do
14
gem "rails", "~> 5.2"
15
end
16
+
17
+appraise "6.0" do
18
+ gem 'rails', '~> 6.0.0.beta3'
19
+end
gemfiles/6.0.gemfile
@@ -0,0 +1,9 @@
1
+# This file was generated by Appraisal
2
3
+source "https://rubygems.org"
4
5
+gem "appraisal"
6
+gem "codeclimate-test-reporter"
7
+gem "rails", "~> 6.0.0.beta3"
8
9
+gemspec path: "../"
0 commit comments