Skip to content

Commit 812f30c

Browse files
neilshwekyp
authored andcommitted
RUBY-2090 up the minimum bson-ruby
1 parent 904e01d commit 812f30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemfiles/bson_min.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
gemspec path: '..'
33

4-
gem 'bson', '4.8.2'
4+
gem 'bson', '4.13.0'
55

66
require_relative './standard'
77

mongo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Gem::Specification.new do |s|
3838

3939
s.required_ruby_version = ">= 2.5"
4040

41-
s.add_dependency 'bson', '>=4.8.2', '<5.0.0'
41+
s.add_dependency 'bson', '>=4.13.0', '<5.0.0'
4242
end

0 commit comments

Comments
 (0)