Skip to content

Commit

Permalink
Merge pull request #5442 from dodona-edu/dependabot/bundler/rails-i18…
Browse files Browse the repository at this point in the history
…n-7.0.9

Bump rails-i18n from 7.0.8 to 7.0.9
  • Loading branch information
bmesuere authored Mar 18, 2024
2 parents 667b319 + 6ee522b commit f0bc86f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ gem 'ed25519'

# i18n
gem 'i18n-js', '~> 4.2.3'
gem 'rails-i18n', '~> 7.0.8'
gem 'rails-i18n', '~> 7.0.9'

# email exceptions
gem 'exception_notification', '~> 4.5.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
i18n-js (4.2.3)
glob (>= 0.4.0)
Expand All @@ -225,7 +225,7 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
irb (1.11.2)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
memory_profiler (1.0.1)
mini_magick (4.11.0)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.22.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-utils (0.4.8)
Expand Down Expand Up @@ -416,7 +416,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)
railties (7.1.3.2)
Expand Down Expand Up @@ -519,7 +519,7 @@ GEM
faraday (~> 2.0)
faraday-follow_redirects
test-prof (1.3.2)
thor (1.3.0)
thor (1.3.1)
tilt (2.0.11)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -625,7 +625,7 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3.1)
rails (~> 7.1.3)
rails-controller-testing (~> 1.0.5)
rails-i18n (~> 7.0.8)
rails-i18n (~> 7.0.9)
rb-readline (~> 0.5.5)
rouge (= 4.2.1)
rubocop-capybara (~> 2.20.0)
Expand Down

0 comments on commit f0bc86f

Please sign in to comment.