From bf99467e82d5715b2c4c9284ff5c62f1ca91806e Mon Sep 17 00:00:00 2001 From: aaronskiba Date: Mon, 15 Apr 2024 12:39:55 -0600 Subject: [PATCH 1/2] Update url for Gemfile's translation gem `bundle install` was executed after the Gemfile update. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ecf4e9d7ae..3e5dc21a73 100644 --- a/Gemfile +++ b/Gemfile @@ -205,7 +205,7 @@ gem 'htmltoword' # INTERNATIONALIZATION # # ==================== # -gem 'translation', git: 'https://github.com/lagoan/translation_io_rails', +gem 'translation', git: 'https://github.com/ualbertalib/translation_io_rails', branch: 'fix/broken_db_fake_method_calls' # ========= # diff --git a/Gemfile.lock b/Gemfile.lock index 9ee5788aaa..ccfc5380ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: https://github.com/lagoan/translation_io_rails + remote: https://github.com/ualbertalib/translation_io_rails revision: 6fbb2cd619e7bf01b37b9b8916b0f345899f876b branch: fix/broken_db_fake_method_calls specs: @@ -286,7 +286,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - locale (2.1.3) + locale (2.1.4) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) From 7269a223ee8241231ca5e26cd8336326c3643408 Mon Sep 17 00:00:00 2001 From: aaronskiba Date: Fri, 26 Apr 2024 09:37:12 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae129b44d..de49e6141a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased] + +### Changed + + - Updated 'translation' gem URL in Gemfile to match moved repository [#725](https://github.com/portagenetwork/roadmap/pull/725) + ## [4.0.2+portage-4.0.3] - 2024-04-11 ### Added