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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 7a777ae commit 1639237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :development, :test do
gem "sprockets"
gem "state_machines"
gem "activerecord-typedstore"
gem "sqlite3", "~>1.4"
gem "sqlite3", "~>2.0"
gem "identity_cache"
gem "cityhash",
git: "https://github.com/csfrancis/cityhash.git",
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
state_machines (0.6.0)
stringio (3.1.0)
thor (1.3.1)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
sidekiq
smart_properties
sprockets
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
state_machines
tapioca!
webmock
Expand Down

0 comments on commit 1639237

Please sign in to comment.