mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 10:09:02 +02:00
Add i18n-tasks
This commit is contained in:
parent
5ef41072dd
commit
6d6fa8ad9f
3 changed files with 156 additions and 0 deletions
17
Gemfile.lock
17
Gemfile.lock
|
|
@ -118,9 +118,20 @@ GEM
|
|||
sassc (>= 1.11)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
highline (2.0.3)
|
||||
htmlentities (4.3.4)
|
||||
i18n (1.8.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n-tasks (0.9.31)
|
||||
activesupport (>= 4.0.2)
|
||||
ast (>= 2.1.0)
|
||||
erubi
|
||||
highline (>= 2.0.0)
|
||||
i18n
|
||||
parser (>= 2.2.3.0)
|
||||
rails-i18n
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
terminal-table (>= 1.5.1)
|
||||
jaro_winkler (1.5.4)
|
||||
jquery-rails (4.4.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
|
|
@ -197,6 +208,9 @@ GEM
|
|||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.3.0)
|
||||
loofah (~> 2.3)
|
||||
rails-i18n (6.0.0)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 7)
|
||||
rails_autolink (1.1.6)
|
||||
rails (> 3.1)
|
||||
railties (6.0.3.4)
|
||||
|
|
@ -275,6 +289,8 @@ GEM
|
|||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.2)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
terrapin (0.6.0)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
therubyracer (0.12.3)
|
||||
|
|
@ -320,6 +336,7 @@ DEPENDENCIES
|
|||
factory_bot_rails
|
||||
font-awesome-sass (~> 5.13.0)
|
||||
htmlentities
|
||||
i18n-tasks (~> 0.9.31)
|
||||
jquery-rails (~> 4.4)
|
||||
jquery-ui-rails (~> 6.0.1)
|
||||
listen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue