From 594bccf133f914c0a3fd5fb5538f9741e4ecea11 Mon Sep 17 00:00:00 2001 From: Anil Maurya Date: Thu, 14 May 2020 08:26:23 +0530 Subject: [PATCH] Update gemfiles for rails 4.2 --- gemfiles/rails_4.2.gemfile | 1 + gemfiles/rails_4.2_mongoid_5.gemfile | 1 + 2 files changed, 2 insertions(+) diff --git a/gemfiles/rails_4.2.gemfile b/gemfiles/rails_4.2.gemfile index f30ad6f..dc7d3f0 100644 --- a/gemfiles/rails_4.2.gemfile +++ b/gemfiles/rails_4.2.gemfile @@ -12,5 +12,6 @@ gem "dynamoid", "~> 1", platforms: :ruby 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" gemspec path: "../" diff --git a/gemfiles/rails_4.2_mongoid_5.gemfile b/gemfiles/rails_4.2_mongoid_5.gemfile index d267cfc..d3985bd 100644 --- a/gemfiles/rails_4.2_mongoid_5.gemfile +++ b/gemfiles/rails_4.2_mongoid_5.gemfile @@ -7,5 +7,6 @@ gem "rails", "4.2.5" gem "mime-types", "~> 2", platforms: [:ruby_19, :jruby] gem "mongoid", "~> 5.0" gem "activerecord-jdbcsqlite3-adapter", "1.3.24", platforms: :jruby +gem "after_commit_everywhere", "~> 0.1", ">= 0.1.5" gemspec path: "../"