Skip to content

Commit

Permalink
Merge pull request #3019 from TracksApp/dependabot/bundler/i18n-tasks…
Browse files Browse the repository at this point in the history
…-1.0.14

Bump i18n-tasks from 1.0.13 to 1.0.14
  • Loading branch information
ZeiP committed Jun 14, 2024
2 parents 495d84a + 3a0ddc0 commit f024ff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
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 do
gem 'rack-mini-profiler'
gem 'solargraph'

gem 'i18n-tasks', '~> 1.0.13'
gem 'i18n-tasks', '~> 1.0.14'
end

group :development, :test do
Expand Down
25 changes: 8 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ GEM
backport (1.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
Expand All @@ -104,14 +97,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
crass (1.0.6)
database_cleaner (1.99.0)
date (3.3.4)
diff-lcs (1.5.0)
docile (1.1.5)
e2mmap (0.1.0)
erubi (1.12.0)
erubi (1.13.0)
execjs (2.8.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
Expand All @@ -123,14 +116,13 @@ GEM
sassc (~> 2.0)
globalid (1.2.1)
activesupport (>= 6.1)
highline (2.1.0)
highline (3.0.1)
htmlentities (4.3.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
better_html (>= 1.0, < 3.0)
erubi
highline (>= 2.0.0)
i18n
Expand Down Expand Up @@ -193,11 +185,11 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.2.0)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -235,7 +227,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.8)
rails-i18n (7.0.9)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_autolink (1.1.8)
Expand Down Expand Up @@ -295,7 +287,6 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
smart_properties (1.17.0)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
Expand Down Expand Up @@ -368,7 +359,7 @@ DEPENDENCIES
factory_bot_rails
font-awesome-sass (~> 6.5.2)
htmlentities
i18n-tasks (~> 1.0.13)
i18n-tasks (~> 1.0.14)
jquery-rails (~> 4.6)
jquery-ui-rails (~> 7.0.0)
kt-paperclip (~> 7.2)
Expand Down

0 comments on commit f024ff7

Please sign in to comment.