Skip to content

Commit

Permalink
Bump sinatra-activerecord from 2.0.27 to 2.0.28
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 64cec2a commit b7910e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b7910e1

Please sign in to comment.