Skip to content
Open
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 @@ -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
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -251,15 +252,15 @@ 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)
base64 (>= 0.1.0)
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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down