Bump tolk from 5.0.0 to 5.0.1

Bumps [tolk](https://github.com/tolk/tolk) from 5.0.0 to 5.0.1.
- [Changelog](https://github.com/tolk/tolk/blob/v5.0.1/CHANGELOG.md)
- [Commits](https://github.com/tolk/tolk/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: tolk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-23 00:56:59 +00:00 committed by GitHub
parent d62cd4fc90
commit 3d21e2a415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 18 deletions

View file

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

View file

@ -99,7 +99,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.2.0) concurrent-ruby (1.2.2)
crass (1.0.6) crass (1.0.6)
database_cleaner (1.99.0) database_cleaner (1.99.0)
date (3.3.3) date (3.3.3)
@ -120,7 +120,7 @@ GEM
activesupport (>= 5.0) activesupport (>= 5.0)
highline (2.0.3) highline (2.0.3)
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.12.0) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (1.0.12) i18n-tasks (1.0.12)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
@ -155,9 +155,9 @@ GEM
listen (3.8.0) listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1) loofah (2.21.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap net-imap
@ -170,12 +170,12 @@ GEM
mime-types-data (3.2022.0105) mime-types-data (3.2022.0105)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.2) mini_portile2 (2.8.2)
minitest (5.17.0) minitest (5.18.1)
minitest-stub-const (0.6) minitest-stub-const (0.6)
mocha (2.0.2) mocha (2.0.2)
ruby2_keywords (>= 0.0.5) ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5) mysql2 (0.5.5)
net-imap (0.3.4) net-imap (0.3.6)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -185,8 +185,8 @@ GEM
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.14.3) nokogiri (1.15.2)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
parallel (1.23.0) parallel (1.23.0)
parser (3.2.2.3) parser (3.2.2.3)
@ -195,11 +195,11 @@ GEM
pg (1.5.3) pg (1.5.3)
puma (6.2.2) puma (6.2.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.2) racc (1.7.1)
rack (2.2.6.4) rack (2.2.7)
rack-mini-profiler (3.1.0) rack-mini-profiler (3.1.0)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (2.0.2) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (6.0.5.1) rails (6.0.5.1)
actioncable (= 6.0.5.1) actioncable (= 6.0.5.1)
@ -223,8 +223,9 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.5) rails-i18n (7.0.5)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
@ -318,11 +319,11 @@ GEM
therubyracer (0.12.3) therubyracer (0.12.3)
libv8 (~> 3.16.14.15) libv8 (~> 3.16.14.15)
ref ref
thor (1.2.1) thor (1.2.2)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.1.0) tilt (2.1.0)
timeout (0.3.2) timeout (0.3.2)
tolk (5.0.0) tolk (5.0.1)
rails (>= 6.0) rails (>= 6.0)
safe_yaml (>= 0.8.6) safe_yaml (>= 0.8.6)
sprockets-rails (~> 3.4) sprockets-rails (~> 3.4)
@ -339,7 +340,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
will_paginate (4.0.0) will_paginate (4.0.0)
yard (0.9.34) yard (0.9.34)
zeitwerk (2.6.7) zeitwerk (2.6.8)
PLATFORMS PLATFORMS
ruby ruby
@ -384,7 +385,7 @@ DEPENDENCIES
spring (~> 4) spring (~> 4)
sqlite3 sqlite3
therubyracer therubyracer
tolk (~> 5.0.0) tolk (~> 5.0.1)
tracks-chartjs-ror tracks-chartjs-ror
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
will_paginate will_paginate