Skip to content

Commit

Permalink
non-production(deps): bump sqlite3 from 1.7.3 to 2.0.3
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.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent bdc924e commit 8689232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem 'pry'
gem 'rr', '3.1.0'
gem 'rubocop', require: false
gem 'shoulda'
gem 'sqlite3', "~> 1.4"
gem 'sqlite3', "~> 2.0"
gem 'test-unit', '3.6.2'
gem 'test_after_commit', require: false
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sqlite3 (1.7.3)
sqlite3 (2.0.3)
mini_portile2 (~> 2.8.0)
stringio (3.1.1)
strscan (3.1.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ DEPENDENCIES
rr (= 3.1.0)
rubocop
shoulda
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
test-unit (= 3.6.2)
test_after_commit

Expand Down

0 comments on commit 8689232

Please sign in to comment.