Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

puppet-webhook 2.1.1 shows warning during installation on CentOS 7 #130

Open
bastelfreak opened this issue Jul 6, 2020 · 1 comment
Open

Comments

@bastelfreak
Copy link
Member

Hi,
I just tried the installation on a new CentOS 7 node. During this I see the following warning:

...
Using yard 0.9.24
Bundle complete! 38 Gemfile dependencies, 123 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
/opt/voxpupuli/webhook/lib/ruby/gems/2.6.0/gems/activesupport-4.2.11/lib/active_support/core_ext/object/duplicable.rb:111: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
== 20190305055755 AuthTokens: migrating =======================================
-- create_table(:auth_tokens)
   -> 0.0007s
== 20190305055755 AuthTokens: migrated (0.0008s) ==============================

  Verifying  : jemalloc-3.6.0-1.el7.x86_64                                                                                                                                                                                                                                                                                 1/3 
  Verifying  : puppet-webhook-2.1.1-1.el7.x86_64                                                                                                                                                                                                                                                                           2/3 
  Verifying  : redis-3.2.12-2.el7.x86_64                                                                                                                                                                                                                                                                                   3/3 

Installed:
  puppet-webhook.x86_64 0:2.1.1-1.el7                                                                                                                                                                                                                                                                                          

Dependency Installed:
  jemalloc.x86_64 0:3.6.0-1.el7                                                                                                                                   redis.x86_64 0:3.2.12-2.el7                                                                                                                                  

Complete!
@dhollinger
Copy link
Member

That is the gem we need to update to fix the BigDecimal issues, but I believe there are some changes to be aware of before we can just upgrade active_support since it'll will be a major version update

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants