about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
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"