From 98f7d80cf846323e06ae48b60be02d314c4750f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 06:58:14 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: sisimai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c2a704f..a5e61a0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |name| "https://github.com/#{name}.git" } gem "sinatra" -gem "sisimai", "~> 5.0.2" +gem "sisimai", "~> 5.0.3" gem "puma" gem "rackup" diff --git a/Gemfile.lock b/Gemfile.lock index 3bc4520..ba35e33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) diff-lcs (1.5.1) @@ -51,7 +51,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sisimai (5.0.2) + sisimai (5.0.3) oj (>= 3.0.0) tilt (2.3.0) webrick (1.8.1) @@ -66,7 +66,7 @@ DEPENDENCIES rackup rspec sinatra - sisimai (~> 5.0.2) + sisimai (~> 5.0.3) BUNDLED WITH 2.5.6