Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ group :development, :test do
# Fuubar for fancy test progress bar
gem 'fuubar'
# Help with managing translation databasde
gem 'i18n-tasks', '~> 1.1.0'
gem 'i18n-tasks', '~> 1.1.1'
# Pry for a powerful shell alternative to IRB
gem 'pry'
# RuboCop for static code analysis
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
connection_pool (2.5.5)
coveralls_reborn (0.29.0)
simplecov (~> 0.22.0)
term-ansicolor (~> 1.7)
Expand Down Expand Up @@ -385,7 +385,7 @@ GEM
i18n
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.0)
i18n-tasks (1.1.1)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
Expand Down Expand Up @@ -469,7 +469,7 @@ GEM
benchmark
logger
mini_mime (1.1.5)
minitest (5.26.1)
minitest (5.26.2)
mobility (1.3.2)
i18n (>= 0.6.10, < 2)
request_store (~> 1.0)
Expand Down Expand Up @@ -583,7 +583,7 @@ GEM
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (8.0.2)
rails-i18n (8.1.0)
i18n (>= 0.7, < 2)
railties (>= 8.0.0, < 9)
railties (8.0.3)
Expand Down Expand Up @@ -866,7 +866,7 @@ DEPENDENCIES
faker
fog-aws
fuubar
i18n-tasks (~> 1.1.0)
i18n-tasks (~> 1.1.1)
i18n_generators
listen (>= 3.0.5, < 3.10)
pg (>= 0.18, < 2.0)
Expand Down
Loading