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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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" -- cgit 1.4.1