Skip to content

Commit 817936d

Browse files
authored
RUBY-1961 remove JRuby 9.1 support in bson-ruby due to it becoming an undue burden (#145)
1 parent 6a62f0a commit 817936d

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 gem is compatible with MRI >= 2.3 and JRuby >= 9.1.
37+
The BSON gem is compatible with MRI >= 2.3 and JRuby >= 9.2.
3838

3939
Use With ActiveSupport
4040
----------------------

0 commit comments

Comments
 (0)