Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.1.
- [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.7.3...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 074726b commit 5d9b6ab
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 @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 6.1"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.1)
timeout (0.4.1)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)

RUBY VERSION
ruby 3.2.3p157
Expand Down

0 comments on commit 5d9b6ab

Please sign in to comment.