Skip to content

Commit

Permalink
Bump sqlite3 from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.5.0 to 1.5.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.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent eb57e19 commit d6c7d05
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 @@ -15,5 +15,5 @@ gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.56.3', require: false
gem 'rubocop-rspec', '~> 2.24.1', require: false
gem 'simplecov', '~> 0.22.0'
gem 'sqlite3', '1.5.0'
gem 'sqlite3', '1.5.1'
gem 'super_diff', '~> 0.10.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.5.0)
sqlite3 (1.5.1)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
strscan (3.1.0)
Expand Down Expand Up @@ -292,7 +292,7 @@ DEPENDENCIES
rubocop (~> 1.56.3)
rubocop-rspec (~> 2.24.1)
simplecov (~> 0.22.0)
sqlite3 (= 1.5.0)
sqlite3 (= 1.5.1)
super_diff (~> 0.10.0)

BUNDLED WITH
Expand Down

0 comments on commit d6c7d05

Please sign in to comment.