mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Bump i18n-tasks from 1.0.15 to 1.1.2
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.15 to 1.1.2. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v1.0.15...v1.1.2) --- updated-dependencies: - dependency-name: i18n-tasks dependency-version: 1.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ac69221332
commit
457b984402
2 changed files with 16 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -46,7 +46,7 @@ group :development, :optional => true do
|
|||
gem 'rack-mini-profiler'
|
||||
gem 'solargraph'
|
||||
|
||||
gem 'i18n-tasks', '~> 1.0.15'
|
||||
gem 'i18n-tasks', '~> 1.1.2'
|
||||
end
|
||||
|
||||
group :development, :test, :optional => true do
|
||||
|
|
|
|||
29
Gemfile.lock
29
Gemfile.lock
|
|
@ -118,7 +118,7 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.4)
|
||||
connection_pool (3.0.2)
|
||||
crass (1.0.6)
|
||||
dartsass-sprockets (3.2.1)
|
||||
railties (>= 4.0.0)
|
||||
|
|
@ -132,11 +132,11 @@ GEM
|
|||
activerecord (>= 5.a)
|
||||
database_cleaner-core (~> 2.0.0)
|
||||
database_cleaner-core (2.0.1)
|
||||
date (3.4.1)
|
||||
date (3.5.0)
|
||||
diff-lcs (1.6.2)
|
||||
docile (1.1.5)
|
||||
drb (2.2.3)
|
||||
erb (5.1.1)
|
||||
erb (6.0.0)
|
||||
erubi (1.13.1)
|
||||
execjs (2.10.0)
|
||||
factory_bot (6.5.5)
|
||||
|
|
@ -157,19 +157,20 @@ GEM
|
|||
htmlentities (4.4.2)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n-tasks (1.0.15)
|
||||
i18n-tasks (1.1.2)
|
||||
activesupport (>= 4.0.2)
|
||||
ast (>= 2.1.0)
|
||||
erubi
|
||||
highline (>= 2.0.0)
|
||||
highline (>= 3.0.0)
|
||||
i18n
|
||||
parser (>= 3.2.2.1)
|
||||
prism
|
||||
rails-i18n
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.8, >= 1.8.1)
|
||||
terminal-table (>= 1.5.1)
|
||||
io-console (0.8.1)
|
||||
irb (1.15.2)
|
||||
irb (1.15.3)
|
||||
pp (>= 0.6.0)
|
||||
rdoc (>= 4.0.0)
|
||||
reline (>= 0.4.2)
|
||||
|
|
@ -214,7 +215,7 @@ GEM
|
|||
mini_portile2 (2.8.9)
|
||||
mini_racer (0.19.1)
|
||||
libv8-node (~> 24.1.0.0)
|
||||
minitest (5.26.0)
|
||||
minitest (5.26.2)
|
||||
minitest-stub-const (0.6)
|
||||
mocha (2.8.2)
|
||||
ruby2_keywords (>= 0.0.5)
|
||||
|
|
@ -251,7 +252,7 @@ GEM
|
|||
puma (7.1.0)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.8.1)
|
||||
rack (3.2.3)
|
||||
rack (3.2.4)
|
||||
rack-mini-profiler (4.0.1)
|
||||
rack (>= 1.2.0)
|
||||
rack-session (2.1.1)
|
||||
|
|
@ -259,7 +260,7 @@ GEM
|
|||
rack (>= 3.0.0)
|
||||
rack-test (2.2.0)
|
||||
rack (>= 1.3)
|
||||
rackup (2.2.1)
|
||||
rackup (2.3.1)
|
||||
rack (>= 3)
|
||||
rails (7.1.5.2)
|
||||
actioncable (= 7.1.5.2)
|
||||
|
|
@ -302,18 +303,18 @@ GEM
|
|||
thor (~> 1.0, >= 1.2.2)
|
||||
zeitwerk (~> 2.6)
|
||||
rainbow (3.1.1)
|
||||
rake (13.3.0)
|
||||
rake (13.3.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
rbs (3.9.5)
|
||||
logger
|
||||
rdoc (6.15.0)
|
||||
rdoc (6.17.0)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
tsort
|
||||
regexp_parser (2.11.3)
|
||||
reline (0.6.2)
|
||||
reline (0.6.3)
|
||||
io-console (~> 0.5)
|
||||
reverse_markdown (3.0.0)
|
||||
nokogiri
|
||||
|
|
@ -386,7 +387,7 @@ GEM
|
|||
sprockets (>= 3.0.0)
|
||||
sqlite3 (2.8.1)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stringio (3.1.7)
|
||||
stringio (3.1.9)
|
||||
stripe (17.2.0)
|
||||
terminal-table (4.0.0)
|
||||
unicode-display_width (>= 1.1.1, < 4)
|
||||
|
|
@ -441,7 +442,7 @@ DEPENDENCIES
|
|||
factory_bot_rails
|
||||
font-awesome-sass (~> 6.7.2)
|
||||
htmlentities
|
||||
i18n-tasks (~> 1.0.15)
|
||||
i18n-tasks (~> 1.1.2)
|
||||
jquery-rails (~> 4.6)
|
||||
jquery-ui-rails (~> 8.0.0)
|
||||
kt-paperclip (~> 7.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue