Skip to content

Commit 9a2f15c

Browse files
RUBY-2351 Increase minimum Ruby version to 2.4 (#237)
1 parent 6f53692 commit 9a2f15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/bson-v4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To install the gem with bundler, include the following in your ``Gemfile``:
3434

3535
gem 'bson', '~> 4.0'
3636

37-
The BSON library is compatible with MRI >= 2.3 and JRuby >= 9.2.
37+
The BSON library is compatible with MRI >= 2.4 and JRuby >= 9.2.
3838

3939
Use With ActiveSupport
4040
======================

0 commit comments

Comments
 (0)