diff --git a/Gemfile b/Gemfile index 74b471d0..52402f24 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "paper_trail" # Add state machine for forms gem "aasm", "~> 5.5" # Used by AASM to autocommit state changes when even method is used with bang eg. make_live! -gem "after_commit_everywhere", "~> 1.4" +gem "after_commit_everywhere", "~> 1.5" # Use postgresql as the database for Active Record gem "pg", "~> 1.5" diff --git a/Gemfile.lock b/Gemfile.lock index c078b161..cdcc44af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM acts_as_list (1.2.4) activerecord (>= 6.1) activesupport (>= 6.1) - after_commit_everywhere (1.4.0) + after_commit_everywhere (1.5.0) activerecord (>= 4.2) activesupport ast (2.4.2) @@ -338,7 +338,7 @@ PLATFORMS DEPENDENCIES aasm (~> 5.5) acts_as_list - after_commit_everywhere (~> 1.4) + after_commit_everywhere (~> 1.5) aws-sdk-codepipeline (~> 1.91) bootsnap brakeman