From c49604afaf7dd5b0d584b0fe7c7340813f7abf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:01:12 +0000 Subject: [PATCH] Bump figaro from 1.1.1 to 1.2.0 Bumps [figaro](https://github.com/laserlemon/figaro) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/laserlemon/figaro/releases) - [Changelog](https://github.com/laserlemon/figaro/blob/master/CHANGELOG.md) - [Commits](https://github.com/laserlemon/figaro/compare/v1.1.1...v1.2.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9725aeac..9267f0c8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'aws-sdk-ses', '~> 1.34' gem 'bootsnap', require: false -gem 'figaro', '~> 1.1.0' +gem 'figaro', '~> 1.2.0' gem 'jbuilder' gem 'mimemagic', '~> 0.3.10' gem 'pg', '~> 1.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index bf3c970d..95dd26b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,8 +94,8 @@ GEM erubi (1.9.0) execjs (2.7.0) ffi (1.14.2) - figaro (1.1.1) - thor (~> 0.14) + figaro (1.2.0) + thor (>= 0.14.0, < 2) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) @@ -208,7 +208,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) tzinfo (1.2.9) @@ -237,7 +237,7 @@ DEPENDENCIES aws-sdk-ses (~> 1.34) bootsnap capybara - figaro (~> 1.1.0) + figaro (~> 1.2.0) jbuilder listen (>= 3.0.5, < 3.2) mimemagic (~> 0.3.10)