From 01d5c011e6e6137da208d659d9f7aabfc349a2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:48:13 +0000 Subject: [PATCH] chore(deps): bump sisimai from 5.0.3 to 5.1.0 Bumps [sisimai](https://github.com/sisimai/rb-Sisimai) from 5.0.3 to 5.1.0. - [Release notes](https://github.com/sisimai/rb-Sisimai/releases) - [Changelog](https://github.com/sisimai/rb-sisimai/blob/5-stable/ChangeLog.md) - [Commits](https://github.com/sisimai/rb-Sisimai/compare/v5.0.3...v5.1.0) --- updated-dependencies: - dependency-name: sisimai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a5e61a0..705e0d9 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.3" +gem "sisimai", "~> 5.1.0" gem "puma" gem "rackup" diff --git a/Gemfile.lock b/Gemfile.lock index ba35e33..d9eaacc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.7.1) - oj (3.16.3) + oj (3.16.4) bigdecimal (>= 3.0) pry (0.14.2) coderay (~> 1.1) @@ -51,7 +51,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sisimai (5.0.3) + sisimai (5.1.0) oj (>= 3.0.0) tilt (2.3.0) webrick (1.8.1) @@ -66,7 +66,7 @@ DEPENDENCIES rackup rspec sinatra - sisimai (~> 5.0.3) + sisimai (~> 5.1.0) BUNDLED WITH 2.5.6