From 87c7fceae91ef71bd1083e7c1fe193754a589888 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 24 Jul 2021 19:13:28 +0100 Subject: [PATCH] Remove dead code for Ruby 1.8... --- app/models/calculator/price_sack.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/calculator/price_sack.rb b/app/models/calculator/price_sack.rb index 6ee294d6a1..a36783afe1 100644 --- a/app/models/calculator/price_sack.rb +++ b/app/models/calculator/price_sack.rb @@ -1,7 +1,5 @@ # frozen_string_literal: false -# For #to_d method on Ruby 1.8 -require 'bigdecimal/util' require 'spree/localized_number' module Calculator