You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not going to preach to you about upgrading the version of Ruby you use, but versions of this gem have only been working for you by chance since we dropped 2.3 support back in 2020.
i have a project use ruby 2.3.0, and is ok runing with prometheus before 4.2.3
but in the new version 4.2.3
i find it has new dependency the gem base64 >= 0
and the base64 is use unpack1 method
see this: https://github.com/ruby/base64/blob/v0.1.0/lib/base64.rb
and is now throw a error , can u think to remove dependency the gem base64 in next version or add only limit ruby >= 2.4 can use newest version?
ruby: 2.3.0p0
rails: 5.0.3
gemfile
....
gem 'puma-metrics', '1.2.0'
...
The text was updated successfully, but these errors were encountered: