about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-03 05:29:14 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-03 05:29:14 +0000
commit704fa3eafe70dbf56b4caa5db3fcb605c1433e33 (patch)
treeafa406f2fbea3d637809e0f995d99c8cfe93bc65 /Gemfile
parent27dc9a89915e7f4a043f1972dd34a72584445a81 (diff)
downloadthoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.tar.gz
thoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.tar.bz2
thoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.zip
Switched to self-hosted lingo and pokeviewer
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index fa1a218..a8a3852 100644 --- a/Gemfile +++ b/Gemfile
@@ -69,11 +69,11 @@ gem 'devise'
69gem 'ckeditor', '~> 4.2.4' 69gem 'ckeditor', '~> 4.2.4'
70gem 'paperclip' 70gem 'paperclip'
71gem 'jquery-rails' 71gem 'jquery-rails'
72gem 'pokeviewer', github: "hatkirby/pokeviewer" 72gem 'pokeviewer', git: "https://git.fourisland.com/pokeviewer"
73gem 'acts-as-taggable-on' 73gem 'acts-as-taggable-on'
74gem 'jquery-ui-rails' 74gem 'jquery-ui-rails'
75gem 'js-routes' 75gem 'js-routes'
76gem 'audited', '~> 5.0' 76gem 'audited', '~> 5.0'
77gem 'enumerize' 77gem 'enumerize'
78gem 'sprockets', '3.7.2' 78gem 'sprockets', '3.7.2'
79gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file 79gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main"