Skip to content

Commit

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


Updates `sqlite3` from 1.7.3 to 2.0.2
- [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.2)

---
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 Jun 13, 2024
1 parent 5f946d1 commit 6d3f9cd
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 @@ -11,7 +11,7 @@ gem "katalyst-tables"
gem "propshaft"
gem "rails"
gem "rake"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.0"
gem "stimulus-rails"
gem "turbo-rails"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ GEM
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
shoulda-matchers
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
stimulus-rails
turbo-rails

Expand Down

0 comments on commit 6d3f9cd

Please sign in to comment.