From 704fa3eafe70dbf56b4caa5db3fcb605c1433e33 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 3 Oct 2023 05:29:14 +0000 Subject: Switched to self-hosted lingo and pokeviewer --- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index fa1a218..a8a3852 100644 --- a/Gemfile +++ b/Gemfile @@ -69,11 +69,11 @@ gem 'devise' gem 'ckeditor', '~> 4.2.4' gem 'paperclip' gem 'jquery-rails' -gem 'pokeviewer', github: "hatkirby/pokeviewer" +gem 'pokeviewer', git: "https://git.fourisland.com/pokeviewer" gem 'acts-as-taggable-on' gem 'jquery-ui-rails' gem 'js-routes' gem 'audited', '~> 5.0' gem 'enumerize' gem 'sprockets', '3.7.2' -gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file +gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main" diff --git a/Gemfile.lock b/Gemfile.lock index eebe655..32a99d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT - remote: https://github.com/hatkirby/lingo.git - revision: d60d1ca4c2c602b674ab9559a4a29907220d9c45 + remote: https://git.fourisland.com/lingo + revision: 4d7ae9a7829c8487b0b0ac88099289cd5d8b92a2 branch: main glob: rails/*.gemspec specs: @@ -10,7 +10,7 @@ GIT sassc-rails GIT - remote: https://github.com/hatkirby/pokeviewer.git + remote: https://git.fourisland.com/pokeviewer revision: e28f6b73ab7f2e59605ebd800e921a6146fc49ae specs: pokeviewer (0.1.0) -- cgit 1.4.1