From b7910e138448f26ec1d3228d5410e47a7cf5934f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:11:15 +0000 Subject: [PATCH] Bump sinatra-activerecord from 2.0.27 to 2.0.28 Bumps [sinatra-activerecord](https://github.com/janko-m/sinatra-activerecord) from 2.0.27 to 2.0.28. - [Changelog](https://github.com/sinatra-activerecord/sinatra-activerecord/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko-m/sinatra-activerecord/commits) --- updated-dependencies: - dependency-name: sinatra-activerecord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2d51084..7d432d8 100644 --- a/Gemfile +++ b/Gemfile @@ -42,6 +42,6 @@ gem "redis", "~> 5.3" gem "rexml", "~> 3.3" gem "sentry-ruby", "~> 5.17" gem "sinatra", "~> 4.0" -gem "sinatra-activerecord", "~> 2.0.27" +gem "sinatra-activerecord", "~> 2.0.28" gem "unleash", "~> 5.0.1" gem "zeitwerk", "~> 2.6" diff --git a/Gemfile.lock b/Gemfile.lock index 39bde84..eac4a13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,9 +87,9 @@ GEM jwt (2.9.3) base64 language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) mini_portile2 (2.8.8) - minitest (5.25.2) + minitest (5.25.4) mock_redis (0.49.0) redis (~> 5) multi_json (1.15.0) @@ -201,7 +201,7 @@ GEM rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - securerandom (0.3.2) + securerandom (0.4.0) sentry-ruby (5.21.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -212,7 +212,7 @@ GEM rack-protection (= 4.1.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-activerecord (2.0.27) + sinatra-activerecord (2.0.28) activerecord (>= 4.1) sinatra (>= 1.0) sinatra-contrib (4.1.1) @@ -275,7 +275,7 @@ DEPENDENCIES rubocop-performance (~> 1.21) sentry-ruby (~> 5.17) sinatra (~> 4.0) - sinatra-activerecord (~> 2.0.27) + sinatra-activerecord (~> 2.0.28) sinatra-contrib timecop (~> 0.9) unleash (~> 5.0.1)