Skip to content

Commit 482426c

Browse files
authored
RUBY-1961 Require Ruby 2.3+ in bson-ruby (#129)
* RUBY-1961 Require Ruby 2.3+ in bson-ruby * Remove Ruby 1.9 compatibility added in #120
1 parent 260c569 commit 482426c

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

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

0 commit comments

Comments
 (0)