Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.0.1 in the ruby group
Browse files Browse the repository at this point in the history
Bumps the ruby group with 1 update: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby).


Updates `sqlite3` 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
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 14891ad commit 300f4d7
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 @@ -9,7 +9,7 @@ gem "importmap-rails"
gem "propshaft"
gem "rails"
gem "rake"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.0"
gem "stimulus-rails"
gem "turbo-rails"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,10 @@ GEM
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
sqlite3 (1.7.3)
sqlite3 (2.0.1)
mini_portile2 (~> 2.8.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)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
Expand Down Expand Up @@ -389,7 +389,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
shoulda-matchers
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
stimulus-rails
turbo-rails

Expand Down

0 comments on commit 300f4d7

Please sign in to comment.