Skip to content

Commit

Permalink
Bump sqlite3 from 1.4.4 to 1.5.3 (#11469)
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.4 to 1.5.3.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.4.4...v1.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 27621ab commit 51dbe9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ group :mysql, :production do
end

group :sqlite, :development do
gem 'sqlite3', '~> 1.4.4'
gem 'sqlite3', '~> 1.5.3'
end

gem 'coffee-rails', '~> 5.0.0'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
sqlite3 (1.5.3)
mini_portile2 (~> 2.8.0)
teaspoon (1.1.5)
railties (>= 3.2.5, < 6)
teaspoon-mocha (2.3.3)
Expand Down Expand Up @@ -778,7 +779,7 @@ DEPENDENCIES
sidekiq
simplecov
skylight
sqlite3 (~> 1.4.4)
sqlite3 (~> 1.5.3)
teaspoon-mocha
terser (~> 1.1.12)
test-unit
Expand Down

0 comments on commit 51dbe9d

Please sign in to comment.