Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Bump route_translator from 13.1.0 to 13.2.1
Browse files Browse the repository at this point in the history
Bumps [route_translator](https://github.com/enriclluelles/route_translator) from 13.1.0 to 13.2.1.
- [Release notes](https://github.com/enriclluelles/route_translator/releases)
- [Changelog](https://github.com/enriclluelles/route_translator/blob/master/CHANGELOG.md)
- [Commits](enriclluelles/route_translator@v13.1.0...v13.2.1)

---
updated-dependencies:
- dependency-name: route_translator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 088ae20 commit dbabc3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ruby '2.7.6'

gem 'rails', '~> 5.2.8.1'
gem 'rails-i18n', '~> 5.1.3'
gem 'route_translator', '~> 13.1.0'
gem 'route_translator', '~> 13.2.1'

# Server
gem 'connection_pool'
Expand Down
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
codacy-coverage (2.2.1)
simplecov
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -132,7 +132,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inflection (1.0.0)
jaro_winkler (1.5.4)
Expand All @@ -157,28 +157,28 @@ GEM
logstash-event (1.2.02)
logstash-logger (0.26.1)
logstash-event (~> 1.2)
loofah (2.19.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.5)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.17.0)
minitest (5.20.0)
multi_json (1.15.0)
multipart-post (2.2.3)
nio4r (2.5.8)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
Expand All @@ -191,8 +191,8 @@ GEM
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
racc (1.7.3)
rack (2.2.8)
rack-handlers (0.7.3)
rack
rack-test (2.1.0)
Expand All @@ -217,11 +217,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
Expand All @@ -240,7 +242,7 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
route_translator (13.1.0)
route_translator (13.2.1)
actionpack (>= 5.2, < 7.1)
activesupport (>= 5.2, < 7.1)
rspec (3.12.0)
Expand Down Expand Up @@ -396,7 +398,7 @@ DEPENDENCIES
rails-i18n (~> 5.1.3)
rails_same_site_cookie!
request_store (~> 1.5.1)
route_translator (~> 13.1.0)
route_translator (~> 13.2.1)
rspec (~> 3.12)
rspec-rails (~> 5.1)
rubocop-govuk (~> 3.6.0)
Expand Down

0 comments on commit dbabc3d

Please sign in to comment.