diff --git a/Gemfile b/Gemfile index 64f0f560..686cd8bd 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index b7ae8f18..fcf6fa29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/globalize-6.3.0.gem b/vendor/cache/globalize-6.3.0.gem deleted file mode 100644 index 189887cb..00000000 Binary files a/vendor/cache/globalize-6.3.0.gem and /dev/null differ diff --git a/vendor/cache/request_store-1.5.1.gem b/vendor/cache/request_store-1.5.1.gem deleted file mode 100644 index 9a6be28b..00000000 Binary files a/vendor/cache/request_store-1.5.1.gem and /dev/null differ