Skip to content

Commit

Permalink
[dependabot]: Bump sqlite3 from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 485ba6c commit 50f342c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gem 'rspec'
gem 'rubocop'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'sqlite3', '~> 2.1'
gem 'sqlite3', '~> 2.2'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
sqlite3 (2.1.1)
sqlite3 (2.2.0)
mini_portile2 (~> 2.8.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand All @@ -109,7 +109,7 @@ DEPENDENCIES
rubocop
rubocop-rake
rubocop-rspec
sqlite3 (~> 2.1)
sqlite3 (~> 2.2)

BUNDLED WITH
2.5.16

0 comments on commit 50f342c

Please sign in to comment.