diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-03 05:29:14 +0000 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-03 05:29:14 +0000 |
| commit | 704fa3eafe70dbf56b4caa5db3fcb605c1433e33 (patch) | |
| tree | afa406f2fbea3d637809e0f995d99c8cfe93bc65 /Gemfile | |
| parent | 27dc9a89915e7f4a043f1972dd34a72584445a81 (diff) | |
| download | thoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.tar.gz thoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.tar.bz2 thoughts-704fa3eafe70dbf56b4caa5db3fcb605c1433e33.zip | |
Switched to self-hosted lingo and pokeviewer
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
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' | |||
| 69 | gem 'ckeditor', '~> 4.2.4' | 69 | gem 'ckeditor', '~> 4.2.4' |
| 70 | gem 'paperclip' | 70 | gem 'paperclip' |
| 71 | gem 'jquery-rails' | 71 | gem 'jquery-rails' |
| 72 | gem 'pokeviewer', github: "hatkirby/pokeviewer" | 72 | gem 'pokeviewer', git: "https://git.fourisland.com/pokeviewer" |
| 73 | gem 'acts-as-taggable-on' | 73 | gem 'acts-as-taggable-on' |
| 74 | gem 'jquery-ui-rails' | 74 | gem 'jquery-ui-rails' |
| 75 | gem 'js-routes' | 75 | gem 'js-routes' |
| 76 | gem 'audited', '~> 5.0' | 76 | gem 'audited', '~> 5.0' |
| 77 | gem 'enumerize' | 77 | gem 'enumerize' |
| 78 | gem 'sprockets', '3.7.2' | 78 | gem 'sprockets', '3.7.2' |
| 79 | gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file | 79 | gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main" |
