Add after_commit_everywhere to rails_4.2 & rails_4.2_mongoid_5 specs

This commit is contained in:
Anil Maurya 2020-05-14 08:07:47 +05:30
parent d1d081659b
commit 99e2846d6c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ appraise 'rails_4.2' do
gem 'aws-sdk', '~> 2', platforms: :ruby
gem 'redis-objects'
gem 'activerecord-jdbcsqlite3-adapter', '1.3.24', platforms: :jruby
gem "after_commit_everywhere", "~> 0.1", ">= 0.1.5"
end
appraise 'rails_4.2_nobrainer' do
@ -20,6 +21,7 @@ appraise 'rails_4.2_mongoid_5' do
gem 'rails', '4.2.5'
gem 'mongoid', '~> 5.0'
gem 'activerecord-jdbcsqlite3-adapter', '1.3.24', platforms: :jruby
gem "after_commit_everywhere", "~> 0.1", ">= 0.1.5"
end
appraise 'rails_5.0' do