Skip to content

Commit

Permalink
Bump sqlite3 from 1.6.0 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.0 to 2.0.3.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.6.0...v2.0.3)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 28df595 commit 5528ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ group :development do
gem 'pry'
gem 'rake'
gem 'rubocop'
gem 'sqlite3', '~> 1.6.0'
gem 'sqlite3', '~> 2.0.3'
gem 'test-unit'
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
mutex_m (0.2.0)
parallel (1.25.1)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
sqlite3 (1.6.0)
sqlite3 (2.0.3)
mini_portile2 (~> 2.8.0)
strscan (3.1.0)
test-unit (3.5.7)
Expand All @@ -84,7 +84,7 @@ DEPENDENCIES
pry
rake
rubocop
sqlite3 (~> 1.6.0)
sqlite3 (~> 2.0.3)
test-unit

BUNDLED WITH
Expand Down

0 comments on commit 5528ce6

Please sign in to comment.