Skip to content

Commit a684737

Browse files
committed
Add appraisal for Active Admin 1.1
1 parent a36b18a commit a684737

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ cache:
1111
gemfile:
1212
- gemfiles/rails_4.2_active_admin_1.0.0.pre4.gemfile
1313
- gemfiles/rails_5.1_active_admin_1.0.gemfile
14+
- gemfiles/rails_5.1_active_admin_1.1.gemfile
1415

1516
script: bundle exec rspec

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ appraise 'rails-5.1-active-admin-1.0' do
88
gem 'rails', '~> 5.1'
99
gem 'activeadmin', '~> 1.0'
1010
end
11+
12+
appraise 'rails-5.1-active-admin-1.1' do
13+
gem 'rails', '~> 5.1'
14+
gem 'activeadmin', '~> 1.1'
15+
end
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
8+
gemspec path: "../"

0 commit comments

Comments
 (0)