Skip to content

Commit 0354c6c

Browse files
committed
Update metric dependencies and remove ruby 1.9.3 support
1 parent bdea122 commit 0354c6c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Gemfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ gemspec
44

55
# Rack 2.0.x doesn't work on < Ruby 2.2
66
gem 'rack', '< 2.0'
7+
gem 'mime-types', '~> 3.0'
78

89
group :development do
9-
gem 'yard', '~> 0.8.7'
10+
gem 'yard', '~> 0.9.9'
1011
gem 'pry'
1112
end
1213

1314
group :metrics do
14-
gem 'coveralls', require: false
15-
gem 'tins', '~> 1.6.0'
16-
gem 'term-ansicolor', '~>1.3.0'
17-
gem 'simplecov', '~> 0.10.0'
15+
gem 'coveralls', '~> 0.8.7', require: false
16+
gem 'simplecov', '~> 0.14.1'
1817
gem 'yardstick', '~> 0.9.9'
1918
end

0 commit comments

Comments
 (0)