File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 4
4
- 1.9.2
5
5
- 1.9.3
6
6
- 2.0.0
7
+ - 2.1.0
7
8
- rbx
8
9
- ruby-head
9
10
matrix :
Original file line number Diff line number Diff line change 24
24
25
25
platforms :rbx do
26
26
gem 'rubinius-coverage' , '~> 2.0'
27
- gem 'rubysl-base64' , '~> 2.0'
28
- gem 'rubysl-bigdecimal' , '~> 2.0'
29
- gem 'rubysl-coverage' , '~> 2.0'
30
- gem 'rubysl-csv' , '~> 2.0'
31
- gem 'rubysl-ipaddr' , '~> 2.0'
32
- gem 'rubysl-logger' , '~> 2.0'
33
- gem 'rubysl-rexml' , '~> 2.0'
34
- gem 'rubysl-singleton' , '~> 2.0'
27
+ gem 'rubysl' , '~> 2.0'
35
28
end
36
29
37
30
gemspec
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ implementations:
280
280
* Ruby 1.9.2
281
281
* Ruby 1.9.3
282
282
* Ruby 2.0.0
283
+ * Ruby 2.1.0
283
284
284
285
If something doesn't work on one of these Ruby versions, it's a bug.
285
286
You can’t perform that action at this time.
0 commit comments