From dd38cbc8f94fcaaee58ebc67ad5a0c2d9b41b2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 04:00:48 +0000 Subject: [PATCH] Bump iso-639 from 0.3.5 to 0.3.6 Bumps [iso-639](https://github.com/xwmx/iso-639) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/xwmx/iso-639/releases) - [Commits](https://github.com/xwmx/iso-639/commits) --- updated-dependencies: - dependency-name: iso-639 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7dfeacc..088a552 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' ruby '2.6.5' gem 'haml', '~> 6.0' -gem 'iso-639', '~> 0.3.5' +gem 'iso-639', '~> 0.3.6' gem 'json', '~> 2.6' gem 'mail', '~> 2.7' gem 'mime-types', '~> 3.4' diff --git a/Gemfile.lock b/Gemfile.lock index a1544af..d0722bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - iso-639 (0.3.5) + iso-639 (0.3.6) json (2.6.2) kgio (2.11.4) mail (2.7.1) @@ -114,7 +114,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) haml (~> 6.0) - iso-639 (~> 0.3.5) + iso-639 (~> 0.3.6) json (~> 2.6) mail (~> 2.7) mime-types (~> 3.4)