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 a36b18a commit a684737Copy full SHA for a684737
.travis.yml
@@ -11,5 +11,6 @@ cache:
11
gemfile:
12
- gemfiles/rails_4.2_active_admin_1.0.0.pre4.gemfile
13
- gemfiles/rails_5.1_active_admin_1.0.gemfile
14
+ - gemfiles/rails_5.1_active_admin_1.1.gemfile
15
16
script: bundle exec rspec
Appraisals
@@ -8,3 +8,8 @@ appraise 'rails-5.1-active-admin-1.0' do
8
gem 'rails', '~> 5.1'
9
gem 'activeadmin', '~> 1.0'
10
end
+
+appraise 'rails-5.1-active-admin-1.1' do
+ gem 'rails', '~> 5.1'
+ gem 'activeadmin', '~> 1.1'
+end
gemfiles/rails_5.1_active_admin_1.1.gemfile
@@ -0,0 +1,8 @@
1
+# This file was generated by Appraisal
2
3
+source "https://rubygems.org"
4
5
+gem "rails", "~> 5.1"
6
+gem "activeadmin", "~> 1.1"
7
+gemspec path: "../"
0 commit comments