Skip to content

Commit e288af0

Browse files
Drop support for the rest of EOL'd rubies
1 parent 4733d76 commit e288af0

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ env:
44
- "CC_TEST_REPORTER_ID=faa393209ff0a104cf37511a9a03510bcee37951971b1ca4ffc2af217851d47e"
55
language: ruby
66
rvm:
7-
- 2.0
8-
- 2.1
9-
- 2.2
10-
- 2.3
117
- 2.4
128
- 2.5
139
- 2.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
group :development do
99
gem 'bundler'
1010
gem 'rake', '>= 10.5'
11-
gem 'rdoc', Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2') ? '< 6' : '>= 6'
11+
gem 'rdoc', '>= 6'
1212
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
1313
gem 'rspec', '~> 3.9.0'
1414
gem 'shoulda-context', '>= 1.2.1'

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co
1515

1616
### Dependencies
1717

18-
CodeRay needs Ruby 2.0+. It also runs on JRuby.
18+
CodeRay needs Ruby 2.4+. It also runs on JRuby.
1919

2020
## Example Usage
2121

README_INDEX.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ floats, comments - all in different colors. And with line numbers.
2626

2727
=== Dependencies
2828

29-
CodeRay needs Ruby 2.0+. It also runs on Rubinius and JRuby.
29+
CodeRay needs Ruby 2.4+. It also runs on Rubinius and JRuby.
3030

3131

3232
== Example Usage

coderay.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.license = 'MIT'
2121

2222
s.platform = Gem::Platform::RUBY
23-
s.required_ruby_version = '>= 2.0.0'
23+
s.required_ruby_version = '>= 2.4.0'
2424

2525
readme_file = 'README_INDEX.rdoc'
2626

0 commit comments

Comments
 (0)