The MongoDB Ruby team is pleased to announce version 5.1.0 of the bson
gem - a fully featured BSON specification implementation in Ruby.
Install this release using RubyGems via the command line as follows:
gem install -v 5.1.0 bson
or simply add it to your Gemfile
:
gem 'bson', '5.1.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 .