mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Bump sqlite3 from 2.7.4 to 2.8.1
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.4 to 2.8.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.7.4...v2.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
17ea1e71be
commit
f30960b7ac
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ gem 'will_paginate'
|
|||
gem 'rexml'
|
||||
|
||||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', '~> 2.7', group: :sqlite
|
||||
gem 'sqlite3', '~> 2.8', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5', group: :mysql
|
||||
gem 'pg', '~> 1.6', group: :postgresql
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue