Skip to content

Commit

Permalink
build(deps): bump sqlite3 from 1.6.1 to 1.7.3 in /sample
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.1 to 1.7.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.6.1...v1.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 103bcb7 commit dabf85b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby ">= 2.5.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.7'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
gem 'sqlite3', '~> 1.7'
# Use Puma as the app server
gem 'puma', '~> 5.6'

Expand Down
6 changes: 3 additions & 3 deletions sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.18.0)
msgpack (1.7.2)
multi_xml (0.6.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.2.1)
timeout (0.3.2)
Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
rails (~> 6.1.7)
selenium-webdriver
spring
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)
turbolinks (~> 5)
tzinfo-data
web-console (>= 4.2.0)
Expand Down

0 comments on commit dabf85b

Please sign in to comment.