mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Exclude jruby for nobrainer
This commit is contained in:
parent
27b73c0632
commit
b0040f80b9
9 changed files with 17 additions and 14 deletions
|
@ -41,6 +41,10 @@ matrix:
|
||||||
gemfile: gemfiles/rails_3.2.gemfile
|
gemfile: gemfiles/rails_3.2.gemfile
|
||||||
- rvm: jruby-9.1.12.0
|
- rvm: jruby-9.1.12.0
|
||||||
gemfile: gemfiles/rails_5.0.gemfile
|
gemfile: gemfiles/rails_5.0.gemfile
|
||||||
|
- rvm: jruby-9.1.12.0
|
||||||
|
gemfile: gemfiles/rails_4.2_nobrainer.gemfile
|
||||||
|
- rvm: jruby-9.1.12.0
|
||||||
|
gemfile: gemfiles/rails_5.0_nobrainer.gemfile
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
|
|
|
@ -33,7 +33,6 @@ end
|
||||||
appraise 'rails_4.2_nobrainer' do
|
appraise 'rails_4.2_nobrainer' do
|
||||||
gem 'rails', '4.2.5'
|
gem 'rails', '4.2.5'
|
||||||
gem 'nobrainer', '~> 0.33.0'
|
gem 'nobrainer', '~> 0.33.0'
|
||||||
gem 'activerecord-jdbcsqlite3-adapter', '1.3.24', platforms: :jruby
|
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise 'rails_4.2_mongoid_5' do
|
appraise 'rails_4.2_mongoid_5' do
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "sqlite3", platforms: :ruby
|
gem "sqlite3", platforms: :ruby
|
||||||
gem "rails", "5.1.3"
|
gem "rails", "4.2.5"
|
||||||
gem "nobrainer", "~> 0.33.0"
|
gem "nobrainer", "~> 0.33.0"
|
||||||
|
|
||||||
gemspec path: "../"
|
gemspec path: "../"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "sqlite3", platforms: :ruby
|
gem "sqlite3", platforms: :ruby
|
||||||
gem "rails", "5.1.3"
|
gem "rails", "5.0.0"
|
||||||
gem "nobrainer", "~> 0.33.0"
|
gem "nobrainer", "~> 0.33.0"
|
||||||
|
|
||||||
gemspec path: "../"
|
gemspec path: "../"
|
||||||
|
|
Loading…
Reference in a new issue