Skip to content

Commit

Permalink
version bump (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Feb 9, 2024
1 parent 797503e commit 88ac9e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An implementation of the BSON specification in Ruby.
Compatibility
-------------

BSON is tested against MRI (2.5) and JRuby (9.2+).
BSON is tested against MRI (2.6) and JRuby (9.2+).

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion bson.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob('spec/**/*')

s.require_path = 'lib'
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.6'
s.required_rubygems_version = '>= 1.3.6'
end
2 changes: 1 addition & 1 deletion lib/bson/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module BSON
VERSION = "5.0.0.alpha"
VERSION = "5.0.0"
end
2 changes: 1 addition & 1 deletion release/jruby/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cd /rubies
git clone https://github.com/rbenv/ruby-build.git
PREFIX=/usr ./ruby-build/install.sh

ruby-build -v jruby-9.2.11.1 /rubies/jruby
ruby-build -v jruby-9.3.13.0 /rubies/jruby

0 comments on commit 88ac9e4

Please sign in to comment.