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.
2 parents 80f6722 + f9b0a94 commit d0d62c5Copy full SHA for d0d62c5
Appraisals
@@ -21,3 +21,7 @@ end
21
appraise "rails-4.1" do
22
gem 'rails', '~> 4.1'
23
end
24
+
25
+appraise "rails-4.2" do
26
+ gem 'rails', '~> 4.2'
27
+end
gemfiles/rails_4.2.gemfile
@@ -0,0 +1,7 @@
1
+# This file was generated by Appraisal
2
3
+source "http://rubygems.org"
4
5
+gem "rails", "~> 4.2"
6
7
+gemspec :path => "../"
0 commit comments