1
0
Fork 0
forked from OpenNeo/impress

Remove now-unused globalize dependency

We previously used this to translate fields on some models: Color,
Species, Zone, and Item.

We no longer do, so we can safely remove the gem!
This commit is contained in:
Emi Matchu 2024-02-20 16:58:39 -08:00
parent 1e6ff4cefc
commit f85703d2cc
4 changed files with 0 additions and 8 deletions

View file

@ -31,7 +31,6 @@ gem 'will_paginate', '~> 4.0'
# For translation, both for the site UI and for Neopets data.
gem 'rails-i18n', '~> 7.0', '>= 7.0.7'
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
gem 'globalize', '~> 6.2', '>= 6.2.1'
# For reading and parsing HTML from Neopets.com, like importing Closet pages.
gem 'nokogiri', '~> 1.15', '>= 1.15.3'

View file

@ -157,10 +157,6 @@ GEM
fiber-local (1.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
globalize (6.3.0)
activemodel (>= 4.2, < 7.2)
activerecord (>= 4.2, < 7.2)
request_store (~> 1.0)
haml (6.1.1)
temple (>= 0.8.2)
thor
@ -292,8 +288,6 @@ GEM
actionview (>= 5)
reline (0.3.9)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
@ -368,7 +362,6 @@ DEPENDENCIES
devise-encryptable (~> 0.2.0)
dotenv-rails (~> 2.8, >= 2.8.1)
falcon (~> 0.42.3)
globalize (~> 6.2, >= 6.2.1)
haml (~> 6.1, >= 6.1.1)
http_accept_language (~> 2.1, >= 2.1.1)
httparty (~> 0.21.0)

Binary file not shown.

Binary file not shown.