mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #3121 from TracksApp/dependabot/bundler/sqlite3-2.7.0
Bump sqlite3 from 1.7.3 to 2.7.0
This commit is contained in:
commit
fc2a8bb8f3
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ gem 'will_paginate'
|
|||
gem 'rexml'
|
||||
|
||||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', '~> 1.4', group: :sqlite
|
||||
gem 'sqlite3', '~> 2.7', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5', group: :mysql
|
||||
gem 'pg', '~> 1.5', group: :postgresql
|
||||
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ GEM
|
|||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2023.0218.1)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
mini_portile2 (2.8.9)
|
||||
mini_racer (0.12.0)
|
||||
libv8-node (~> 21.7.2.0)
|
||||
minitest (5.25.1)
|
||||
|
|
@ -373,7 +373,7 @@ GEM
|
|||
actionpack (>= 6.1)
|
||||
activesupport (>= 6.1)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.7.3)
|
||||
sqlite3 (2.7.0)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stringio (3.1.7)
|
||||
stripe (13.3.1)
|
||||
|
|
@ -448,7 +448,7 @@ DEPENDENCIES
|
|||
solargraph
|
||||
spring (~> 4)
|
||||
sprockets-rails
|
||||
sqlite3 (~> 1.4)
|
||||
sqlite3 (~> 2.7)
|
||||
stripe
|
||||
tolk (~> 5.0.2)
|
||||
tracks-chartjs-ror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue