From eca9451e794d1100b1ab938c9009bd832e8e39d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:27:31 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v0.7.0...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 88c1eb9..40621c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,9 @@ GIT - remote: git://github.com/rails/sass-rails.git - revision: 8e68c5f24ed6487277e9df531ec57b375ad1bea2 + remote: https://github.com/rails/sass-rails.git + revision: 551251bddec4d6b75446cb1c1630ed26e5318f8e specs: - sass-rails (5.0.3) - railties (>= 4.0.0, < 5.0) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) GEM remote: https://rubygems.org/ @@ -70,6 +66,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) columnize (0.9.0) + concurrent-ruby (1.1.9) crack (0.4.2) safe_yaml (~> 1.0.0) crass (1.0.2) @@ -83,6 +80,7 @@ GEM execjs (2.5.2) faraday (0.9.1) multipart-post (>= 1.2, < 3) + ffi (1.12.2) gemoji (2.1.0) github-linguist (4.5.5) charlock_holmes (~> 0.7.3) @@ -98,7 +96,8 @@ GEM httparty (0.13.3) json (~> 1.8) multi_xml (>= 0.5.2) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) ice_nine (0.11.1) json (1.8.3) loofah (2.0.2) @@ -187,7 +186,14 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.4.4) nokogumbo (= 1.4.1) - sass (3.4.14) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sawyer (0.6.0) addressable (~> 2.3.5) faraday (~> 0.8, < 0.10)