From a776e99b29bfbb3ceb0e420db8e765a7d25a088d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 09:52:57 +0000 Subject: [PATCH] Bump aasm from 4.12.1 to 5.1.1 Bumps [aasm](https://github.com/aasm/aasm) from 4.12.1 to 5.1.1. - [Release notes](https://github.com/aasm/aasm/releases) - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/compare/v4.12.1...v5.1.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a10d11432..f1af3b62c 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem 'devise_invitable', '~> 1.7.2' gem 'pundit', git: 'https://github.com/elabs/pundit.git', ref: '58eda659d44a2' # Impersonation -gem 'aasm', '~> 4.12.1' +gem 'aasm', '~> 5.1.1' gem 'ahoy_email', '~> 1.0.3' gem 'aws-sdk', '~> 3.0.1' gem 'browser', '~> 2.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index c69a6e96c..2aa937034 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM remote: https://rubygems.org/ remote: https://rails-assets.org/ specs: - aasm (4.12.1) + aasm (5.1.1) concurrent-ruby (~> 1.0) actioncable (5.1.6.2) actionpack (= 5.1.6.2) @@ -877,7 +877,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.7) connection_pool (2.2.1) counter_culture (1.5.1) activerecord (>= 3.0.0) @@ -1262,7 +1262,7 @@ PLATFORMS ruby DEPENDENCIES - aasm (~> 4.12.1) + aasm (~> 5.1.1) ahoy_email (~> 1.0.3) aws-sdk (~> 3.0.1) better_errors