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 f02fc8d commit 213150dCopy full SHA for 213150d
.travis.yml
@@ -8,6 +8,5 @@ before_script: bundle exec rake db:schema:load
8
# Test on all supported rails versions
9
gemfile:
10
- gemfiles/activeadmin_master.gemfile
11
- - gemfiles/rails3_2.gemfile
12
- gemfiles/rails4_1.gemfile
13
- gemfiles/rails4_2.gemfile
Appraisals
@@ -1,8 +1,3 @@
1
-appraise 'rails3_2' do
2
- gem 'rails', '~> 3.2.22'
3
- gem 'globalize', '~> 3.1.0'
4
-end
5
-
6
appraise 'rails4_1' do
7
gem 'rails', '~> 4.1.12'
gem 'globalize', '~> 4.0.3'
gemfiles/rails3_2.gemfile
0 commit comments