Merge pull request #2882 from TracksApp/dependabot/bundler/tolk-5.0.0

Bump tolk from 4.3.0 to 5.0.0
This commit is contained in:
Jyri-Petteri Paloposki 2023-01-26 11:35:00 +02:00 committed by GitHub
commit df0e99b8dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 9 deletions

View file

@ -40,7 +40,7 @@ group :development do
gem 'spring', '~> 4' gem 'spring', '~> 4'
gem 'yard' gem 'yard'
gem 'tolk', '~> 4.3.0' gem 'tolk', '~> 5.0.0'
gem 'bullet' gem 'bullet'
gem 'rack-mini-profiler' gem 'rack-mini-profiler'

View file

@ -102,6 +102,7 @@ GEM
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
database_cleaner (1.99.0) database_cleaner (1.99.0)
date (3.3.3)
diff-lcs (1.5.0) diff-lcs (1.5.0)
docile (1.1.5) docile (1.1.5)
e2mmap (0.1.0) e2mmap (0.1.0)
@ -157,8 +158,11 @@ GEM
loofah (2.19.1) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.8.0.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.4.1) mime-types (3.4.1)
@ -171,8 +175,17 @@ GEM
mocha (2.0.2) mocha (2.0.2)
ruby2_keywords (>= 0.0.5) ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4) mysql2 (0.5.4)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10) nokogiri (1.14.0)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
parallel (1.22.1) parallel (1.22.1)
@ -284,9 +297,9 @@ GEM
tilt (~> 2.0) tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24) yard (~> 0.9, >= 0.9.24)
spring (4.1.0) spring (4.1.0)
sprockets (4.1.1) sprockets (4.2.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
@ -303,10 +316,10 @@ GEM
thor (1.2.1) thor (1.2.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.11) tilt (2.0.11)
tolk (4.3.0) timeout (0.3.1)
rails (>= 5.0) tolk (5.0.0)
rails (>= 6.0)
safe_yaml (>= 0.8.6) safe_yaml (>= 0.8.6)
sassc
sprockets-rails (~> 3.4) sprockets-rails (~> 3.4)
tracks-chartjs-ror (3.6.4) tracks-chartjs-ror (3.6.4)
rails (>= 3.1) rails (>= 3.1)
@ -368,7 +381,7 @@ DEPENDENCIES
spring (~> 4) spring (~> 4)
sqlite3 sqlite3
therubyracer therubyracer
tolk (~> 4.3.0) tolk (~> 5.0.0)
tracks-chartjs-ror tracks-chartjs-ror
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
will_paginate will_paginate