Skip to content

Commit 4cfd9c7

Browse files
committed
Updated all gem dependencies to the latest version.
1 parent 8f0b1ff commit 4cfd9c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ gemspec name: 'concurrent-ruby-edge'
66
group :development do
77
gem 'rake', '~> 10.4.2'
88
gem 'rake-compiler', '~> 0.9.5'
9-
gem 'rake-compiler-dock', '~> 0.4.0'
9+
gem 'rake-compiler-dock', '~> 0.4.2'
1010
gem 'gem-compiler', '~> 0.3.0'
1111
gem 'benchmark-ips', '~> 2.2.0'
1212

1313
# documentation
1414
gem 'countloc', '~> 0.4.0', :platforms => :mri, :require => false
1515
gem 'yard', '~> 0.8.7.6', :require => false
16-
gem 'inch', '~> 0.6.2', :platforms => :mri, :require => false
17-
gem 'redcarpet', '~> 3.2.3', platforms: :mri # understands github markdown
16+
gem 'inch', '~> 0.6.3', :platforms => :mri, :require => false
17+
gem 'redcarpet', '~> 3.3.2', platforms: :mri # understands github markdown
1818
end
1919

2020
group :testing do
21-
gem 'rspec', '~> 3.2.0'
22-
gem 'timecop', '~> 0.7.3'
21+
gem 'rspec', '~> 3.3.0'
22+
gem 'timecop', '~> 0.7.4'
2323

2424
# Coverage
2525
gem 'simplecov', '~> 0.10.0', :require => false
26-
gem 'coveralls', '~> 0.8.1', :require => false
26+
gem 'coveralls', '~> 0.8.2', :require => false
2727
end

0 commit comments

Comments
 (0)