Skip to content

Commit

Permalink
Make Ruby 2.5 the minimum version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Mar 15, 2023
1 parent 9fd7a1a commit 43dec69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace :dev do

s.require_path = 'lib'
s.executables = ['kramdown']
s.required_ruby_version = '>= 2.3'
s.required_ruby_version = '>= 2.5'
s.add_dependency "rexml"
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'rouge', '~> 3.0', '>= 3.26.0'
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.page
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ sort_info: 5
## Dependencies

Since kramdown is written in Ruby, you just need the [Ruby interpreter](http://www.ruby-lang.org),
version 2.3 or later. There are no other dependencies.
version 2.5 or later. There are no other dependencies.


## Compatibility Notes

kramdown should work on any platform which supports Ruby. It has been successfully tested on the
following platforms:

* Linux with Ruby 2.3 or later and jruby 9.0.0.0.
* Linux with Ruby 2.5 or later and jruby 9.2.0.0.

See the platform specific installation notes for more information!

Expand Down

0 comments on commit 43dec69

Please sign in to comment.