The MongoDB Ruby team is pleased to announce version 5.1.1 of the bson
gem - a fully featured BSON specification implementation in Ruby. This is a new patch release in the 5.1.x series of BSON for Ruby.
This release only corrects an issue with the JRuby version of the gem, where the gem was missing a pre-built jar file. It is otherwise identical to the 5.1.0 release.
Install this release using RubyGems via the command line as follows:
gem install -v 5.1.1 bson
Or simply add it to your Gemfile
:
gem 'bson', '5.1.1'
Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.