Skip to content

Commit 099d9ec

Browse files
committed
Removed support for Ruby 1.9.2
1 parent 194cb5a commit 099d9ec

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ rvm:
33
- 2.1.0
44
- 2.0.0
55
- 1.9.3
6-
- 1.9.2
76
- ruby-head
87
- jruby-19mode
98
- jruby-head

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ This gem adheres to the rules of [semantic versioning](http://semver.org/).
6868

6969
### Supported Ruby versions
7070

71-
MRI 1.9.2, 1.9.3, 2.0, 2.1, JRuby (1.9 mode), and Rubinius 2.x.
71+
MRI 1.9.3, 2.0, 2.1, JRuby (1.9 mode), and Rubinius 2.x.
7272
This library is pure Ruby and has no gem dependencies.
73-
It should be fully compatible with any Ruby interpreter that is 1.9.x compliant.
73+
It should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer.
7474

7575
### Examples
7676

concurrent-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
2525
s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
2626
s.require_paths = ['lib']
2727

28-
s.required_ruby_version = '>= 1.9.2'
28+
s.required_ruby_version = '>= 1.9.3'
2929
end

0 commit comments

Comments
 (0)