The MongoDB Ruby team is pleased to announce version 5.2.0 of the bson gem - a fully featured BSON specification implementation in Ruby. This is a new minor release in the 5.x series of BSON for Ruby.
Install this release using RubyGems via the command line as follows:
gem install -v 5.2.0 bson
Or simply add it to your Gemfile:
gem 'bson', '5.2.0'
Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.