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:
parent
1e6ff4cefc
commit
f85703d2cc
4 changed files with 0 additions and 8 deletions
1
Gemfile
1
Gemfile
|
@ -31,7 +31,6 @@ gem 'will_paginate', '~> 4.0'
|
||||||
# For translation, both for the site UI and for Neopets data.
|
# For translation, both for the site UI and for Neopets data.
|
||||||
gem 'rails-i18n', '~> 7.0', '>= 7.0.7'
|
gem 'rails-i18n', '~> 7.0', '>= 7.0.7'
|
||||||
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
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.
|
# For reading and parsing HTML from Neopets.com, like importing Closet pages.
|
||||||
gem 'nokogiri', '~> 1.15', '>= 1.15.3'
|
gem 'nokogiri', '~> 1.15', '>= 1.15.3'
|
||||||
|
|
|
@ -157,10 +157,6 @@ GEM
|
||||||
fiber-local (1.0.0)
|
fiber-local (1.0.0)
|
||||||
globalid (1.2.1)
|
globalid (1.2.1)
|
||||||
activesupport (>= 6.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)
|
haml (6.1.1)
|
||||||
temple (>= 0.8.2)
|
temple (>= 0.8.2)
|
||||||
thor
|
thor
|
||||||
|
@ -292,8 +288,6 @@ GEM
|
||||||
actionview (>= 5)
|
actionview (>= 5)
|
||||||
reline (0.3.9)
|
reline (0.3.9)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
request_store (1.5.1)
|
|
||||||
rack (>= 1.4)
|
|
||||||
responders (3.1.1)
|
responders (3.1.1)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
|
@ -368,7 +362,6 @@ DEPENDENCIES
|
||||||
devise-encryptable (~> 0.2.0)
|
devise-encryptable (~> 0.2.0)
|
||||||
dotenv-rails (~> 2.8, >= 2.8.1)
|
dotenv-rails (~> 2.8, >= 2.8.1)
|
||||||
falcon (~> 0.42.3)
|
falcon (~> 0.42.3)
|
||||||
globalize (~> 6.2, >= 6.2.1)
|
|
||||||
haml (~> 6.1, >= 6.1.1)
|
haml (~> 6.1, >= 6.1.1)
|
||||||
http_accept_language (~> 2.1, >= 2.1.1)
|
http_accept_language (~> 2.1, >= 2.1.1)
|
||||||
httparty (~> 0.21.0)
|
httparty (~> 0.21.0)
|
||||||
|
|
BIN
vendor/cache/globalize-6.3.0.gem
vendored
BIN
vendor/cache/globalize-6.3.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/request_store-1.5.1.gem
vendored
BIN
vendor/cache/request_store-1.5.1.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue