@@ -4,18 +4,19 @@ gemspec name: 'concurrent-ruby'
44gemspec name : 'concurrent-ruby-edge'
55
66group :development do
7- gem 'rake' , '~> 10.4.2 '
7+ gem 'rake' , '~> 10.0 '
88 gem 'rake-compiler' , '~> 0.9.5'
99 gem 'rake-compiler-dock' , '~> 0.4.3'
1010 gem 'gem-compiler' , '~> 0.3.0'
11- gem 'benchmark-ips' , '~> 2.2.0 '
11+ gem 'benchmark-ips' , '~> 2.7 '
1212
1313 # documentation
1414 gem 'countloc' , '~> 0.4.0' , :platforms => :mri , :require => false
15- gem 'yard' , '~> 0.8.7.6 ' , :require => false
15+ gem 'yard' , '~> 0.8.0 ' , :require => false
1616 # TODO (pitr-ch 15-Oct-2016): does not work on 1.9.3 anymore
17- gem 'inch' , '~> 0.6.3' , :platforms => :mri , :require => false
18- gem 'redcarpet' , '~> 3.3.2' , platforms : :mri # understands github markdown
17+ # TODO remove, reports private classes as undocumented
18+ gem 'inch' , '~> 0.7.0' , :platforms => :mri , :require => false
19+ gem 'redcarpet' , '~> 3.3' , platforms : :mri # understands github markdown
1920 gem 'md-ruby-eval'
2021end
2122
0 commit comments