Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.0.4
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.4.
- [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.4)

---
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 Nov 23, 2024
1 parent c5e27b3 commit 86db06c
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 @@ -21,7 +21,7 @@ gem 'tracks-chartjs-ror'
gem 'will_paginate'

# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', '~> 1.4', group: :sqlite
gem 'sqlite3', '~> 2.0', group: :sqlite
gem 'mysql2', '~> 0.5', group: :mysql
gem 'pg', '~> 1.5', group: :postgresql

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.25.1)
Expand Down Expand Up @@ -314,7 +314,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.0.4)
mini_portile2 (~> 2.8.0)
stripe (13.2.0)
terminal-table (3.0.2)
Expand Down Expand Up @@ -385,7 +385,7 @@ DEPENDENCIES
simplecov
solargraph
spring (~> 4)
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
stripe
tolk (~> 5.0.2)
tracks-chartjs-ror
Expand Down

0 comments on commit 86db06c

Please sign in to comment.