Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
1 parent 5fee0c1 commit 18bfebe
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 @@ -5,7 +5,7 @@ gem 'rails-i18n'
gem 'responders'

# Choose your weapon
gem 'sqlite3', '~> 1.3.13'
gem 'sqlite3', '~> 1.5.4'
# gem 'pg', '~> 0.21'
# gem 'mysql2', '~> 0.4.10'

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
ssrf_filter (1.1.1)
state_machines (0.5.0)
state_machines-activemodel (0.8.0)
Expand Down Expand Up @@ -470,7 +471,7 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
sqlite3 (~> 1.3.13)
sqlite3 (~> 1.5.4)
state_machines-activerecord
state_machines-yard
uglifier
Expand Down

0 comments on commit 18bfebe

Please sign in to comment.