Merge pull request #3119 from TracksApp/dependabot/bundler/tolk-6.0.0

Bump tolk from 5.0.2 to 6.0.0
This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 15:26:44 +03:00 committed by GitHub
commit 8a8bdfe732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View file

@ -38,7 +38,7 @@ group :assets do
gem 'bootstrap-sass', '3.4.1' gem 'bootstrap-sass', '3.4.1'
gem 'uglifier', '>=1.3.0' gem 'uglifier', '>=1.3.0'
gem 'listen' gem 'listen'
gem 'tolk', '~> 5.0.2' gem 'tolk', '~> 6.0.0'
end end
group :development, :optional => true do group :development, :optional => true do

View file

@ -332,7 +332,6 @@ GEM
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sanitize (6.1.3) sanitize (6.1.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
@ -368,8 +367,9 @@ GEM
tilt (~> 2.0) tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24) yard (~> 0.9, >= 0.9.24)
spring (4.2.1) spring (4.2.1)
sprockets (4.2.1) sprockets (4.2.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
logger
rack (>= 2.2.4, < 4) rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2) sprockets-rails (3.5.2)
actionpack (>= 6.1) actionpack (>= 6.1)
@ -386,9 +386,8 @@ GEM
thor (1.3.2) thor (1.3.2)
tilt (2.6.0) tilt (2.6.0)
timeout (0.4.3) timeout (0.4.3)
tolk (5.0.2) tolk (6.0.0)
rails (>= 6.0, < 7.2) rails (>= 7.0, < 7.3)
safe_yaml (>= 0.8.6)
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)
@ -454,7 +453,7 @@ DEPENDENCIES
sprockets-rails sprockets-rails
sqlite3 (~> 2.7) sqlite3 (~> 2.7)
stripe stripe
tolk (~> 5.0.2) tolk (~> 6.0.0)
tracks-chartjs-ror tracks-chartjs-ror
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
will_paginate will_paginate