Remove old warning on BigDecimal gem

This commit is contained in:
Matt-Yorkley
2021-06-17 16:05:12 +01:00
parent a7d873356d
commit e4e84b0a86

View File

@@ -66,7 +66,7 @@ gem "active_model_serializers", "0.8.4"
gem 'activerecord-session_store'
gem 'acts-as-taggable-on', '~> 8.0'
gem 'angularjs-file-upload-rails', '~> 2.4.1'
gem 'bigdecimal', '3.0.2' # There are issues using later versions of bigdecimal
gem 'bigdecimal', '3.0.2'
gem 'bootsnap', require: false
gem 'custom_error_message', github: 'jeremydurham/custom-err-msg'
gem 'dalli'