Skip to content

Commit

Permalink
Merge pull request #2269 from alphagov/bump-rtm-version
Browse files Browse the repository at this point in the history
Bump Rails Translation Manager version and enable Dependabot
  • Loading branch information
1pretz1 authored Nov 5, 2021
2 parents 635c4f9 + 8f41d8e commit cc72975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ updates:
dependency-type: direct
- dependency-name: plek
dependency-type: direct
- dependency-name: rails_translation_manager
dependency-type: direct
- dependency-name: rubocop-govuk
dependency-type: direct
- dependency-name: slimmer
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
csv (3.2.1)
dalli (2.7.10)
debug_inspector (0.0.3)
docile (1.3.2)
Expand Down Expand Up @@ -268,8 +269,9 @@ GEM
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
rails_translation_manager (1.1.0)
rails_translation_manager (1.1.2)
activesupport
csv (~> 3.2)
i18n-tasks
rails-i18n
railties (6.1.4.1)
Expand Down Expand Up @@ -363,7 +365,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
statsd-ruby (1.5.0)
terminal-table (3.0.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.1.0)
tilt (2.0.10)
Expand Down

0 comments on commit cc72975

Please sign in to comment.