Skip to content

Commit

Permalink
Merge a6d8043 into 3abeeb7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 26, 2020
2 parents 3abeeb7 + a6d8043 commit f96e975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gem "i18n-js", ">= 3.0.0"
gem "oauth-plugin", ">= 0.5.1"
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
gem "rack-cors"
gem "rails-i18n", "~> 4.0.0"
gem "rails-i18n", "~> 6.0.0"
gem "rinku", ">= 2.0.6", :require => "rails_rinku"
gem "strong_migrations"
gem "validates_email_format_of", ">= 1.5.1"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ GEM
html_tokenizer (0.0.7)
htmlentities (4.3.4)
http_accept_language (2.1.1)
i18n (0.9.5)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
i18n-js (3.7.0)
i18n (>= 0.6.6)
Expand Down Expand Up @@ -364,9 +364,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-i18n (4.0.2)
i18n (~> 0.6)
rails (>= 4.0)
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
railties (6.0.3.2)
actionpack (= 6.0.3.2)
activesupport (= 6.0.3.2)
Expand Down Expand Up @@ -533,7 +533,7 @@ DEPENDENCIES
rack-uri_sanitizer
rails (= 6.0.3.2)
rails-controller-testing
rails-i18n (~> 4.0.0)
rails-i18n (~> 6.0.0)
rinku (>= 2.0.6)
rotp
rubocop
Expand Down

0 comments on commit f96e975

Please sign in to comment.