Skip to content

Commit

Permalink
Change to update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 3, 2018
1 parent b935088 commit bc6e100
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -7,15 +7,14 @@ gemspec

group :test do
gem 'benchmark-ips', '~> 2.7.2'
gem 'simplecov', '~> 0.14.1'
gem 'coveralls', '~> 0.8.21'
gem 'simplecov', '~> 0.16.1'
gem 'coveralls', '~> 0.8.22'
end

group :tools do
gem 'byebug', platform: :mri
end

group :metrics do
gem 'yard', '~> 0.9.12'
gem 'yardstick', '~> 0.9.9'
end

0 comments on commit bc6e100

Please sign in to comment.