mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
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:
parent
d62cd4fc90
commit
3d21e2a415
2 changed files with 19 additions and 18 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ group :development do
|
|||
gem 'spring', '~> 4'
|
||||
gem 'yard'
|
||||
|
||||
gem 'tolk', '~> 5.0.0'
|
||||
gem 'tolk', '~> 5.0.1'
|
||||
|
||||
gem 'bullet'
|
||||
gem 'rack-mini-profiler'
|
||||
|
|
|
|||
35
Gemfile.lock
35
Gemfile.lock
|
|
@ -99,7 +99,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.2.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
crass (1.0.6)
|
||||
database_cleaner (1.99.0)
|
||||
date (3.3.3)
|
||||
|
|
@ -120,7 +120,7 @@ GEM
|
|||
activesupport (>= 5.0)
|
||||
highline (2.0.3)
|
||||
htmlentities (4.3.4)
|
||||
i18n (1.12.0)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n-tasks (1.0.12)
|
||||
activesupport (>= 4.0.2)
|
||||
|
|
@ -155,9 +155,9 @@ GEM
|
|||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.19.1)
|
||||
loofah (2.21.3)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
nokogiri (>= 1.12.0)
|
||||
mail (2.8.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
|
|
@ -170,12 +170,12 @@ GEM
|
|||
mime-types-data (3.2022.0105)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.8.2)
|
||||
minitest (5.17.0)
|
||||
minitest (5.18.1)
|
||||
minitest-stub-const (0.6)
|
||||
mocha (2.0.2)
|
||||
ruby2_keywords (>= 0.0.5)
|
||||
mysql2 (0.5.5)
|
||||
net-imap (0.3.4)
|
||||
net-imap (0.3.6)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
|
|
@ -185,8 +185,8 @@ GEM
|
|||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
nio4r (2.5.9)
|
||||
nokogiri (1.14.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
nokogiri (1.15.2)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
parallel (1.23.0)
|
||||
parser (3.2.2.3)
|
||||
|
|
@ -195,11 +195,11 @@ GEM
|
|||
pg (1.5.3)
|
||||
puma (6.2.2)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.2)
|
||||
rack (2.2.6.4)
|
||||
racc (1.7.1)
|
||||
rack (2.2.7)
|
||||
rack-mini-profiler (3.1.0)
|
||||
rack (>= 1.2.0)
|
||||
rack-test (2.0.2)
|
||||
rack-test (2.1.0)
|
||||
rack (>= 1.3)
|
||||
rails (6.0.5.1)
|
||||
actioncable (= 6.0.5.1)
|
||||
|
|
@ -223,8 +223,9 @@ GEM
|
|||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.5.0)
|
||||
loofah (~> 2.19, >= 2.19.1)
|
||||
rails-html-sanitizer (1.6.0)
|
||||
loofah (~> 2.21)
|
||||
nokogiri (~> 1.14)
|
||||
rails-i18n (7.0.5)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
|
|
@ -318,11 +319,11 @@ GEM
|
|||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (1.2.1)
|
||||
thor (1.2.2)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.1.0)
|
||||
timeout (0.3.2)
|
||||
tolk (5.0.0)
|
||||
tolk (5.0.1)
|
||||
rails (>= 6.0)
|
||||
safe_yaml (>= 0.8.6)
|
||||
sprockets-rails (~> 3.4)
|
||||
|
|
@ -339,7 +340,7 @@ GEM
|
|||
websocket-extensions (0.1.5)
|
||||
will_paginate (4.0.0)
|
||||
yard (0.9.34)
|
||||
zeitwerk (2.6.7)
|
||||
zeitwerk (2.6.8)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -384,7 +385,7 @@ DEPENDENCIES
|
|||
spring (~> 4)
|
||||
sqlite3
|
||||
therubyracer
|
||||
tolk (~> 5.0.0)
|
||||
tolk (~> 5.0.1)
|
||||
tracks-chartjs-ror
|
||||
uglifier (>= 1.3.0)
|
||||
will_paginate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue