Coder Social home page Coder Social logo

Comments (7)

byroot avatar byroot commented on June 21, 2024 2

1.5.6 is out already. Also 1.5.5 didn't change anything for jruby, so you could just stick with 1.5.4.

from msgpack-ruby.

byroot avatar byroot commented on June 21, 2024

Hum, I may have borked the release. I'll have a look.

from msgpack-ruby.

byroot avatar byroot commented on June 21, 2024

Yes I did -_-

from msgpack-ruby.

byroot avatar byroot commented on June 21, 2024

Fixed in 1.5.6. Thanks for the report.

from msgpack-ruby.

aditya109 avatar aditya109 commented on June 21, 2024

@byroot sorry but do we have an ETA .... this seems to be having affecting our prod.

from msgpack-ruby.

aditya109 avatar aditya109 commented on June 21, 2024

@byroot the issue our service does not use msgpack directly... it uses aerospike gem which has a transitive dependency on msgpack.
The issue is the aerospike gem always picks latest from msgpack.
I was not sure if changing the transitive dependency version manually would be great idea.

source "https://rubygems.org"

group :test do
  gem 'rspec', '~> 3.4'
  gem 'codecov', require: false
end

group :development do
  gem 'rubocop', require: false
end

gem 'rake'
gem 'bcrypt'
gem 'msgpack', '~> 1.2'

platforms :mri, :rbx do
  gem 'openssl'
end

platforms :jruby do
  gem 'jruby-openssl', '~> 0.10', require: 'openssl'
end

gemspec

from msgpack-ruby.

byroot avatar byroot commented on June 21, 2024

I was not sure if changing the transitive dependency version manually would be great idea.

It's fine.

from msgpack-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.