Skip to content

Commit

Permalink
5710
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Nov 30, 2023
1 parent c22e544 commit 798fca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemfiles/bson_min.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source "https://rubygems.org"
gemspec path: '..'

gem 'bson', '4.14.0'
gem 'bson', '4.14.1'
gem 'mongo'

gem 'actionpack'
Expand Down
7 changes: 5 additions & 2 deletions spec/mongoid/railties/bson_object_id_serializer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# rubocop:todo all

require 'spec_helper'
require 'active_job'
require 'mongoid/railties/bson_object_id_serializer'

describe Mongoid::Railties::ActiveJobSerializers::BsonObjectIdSerializer do
min_rails_version '6.0'

require 'active_job'
require 'mongoid/railties/bson_object_id_serializer'

let(:serializer) { described_class.instance }
let(:object_id) { BSON::ObjectId.new }

Expand Down

0 comments on commit 798fca3

Please sign in to comment.