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 Dec 26, 2016
1 parent 180b63b commit 827a486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rspec', '~> 3.4.0'
gem 'rspec', '~> 3.5.0'
gem 'yard', '~> 0.8.7'
gem 'timecop', '~> 0.7.1'
end
Expand All @@ -12,7 +12,7 @@ group :metrics do
gem 'coveralls', '~> 0.8.1'
gem 'simplecov', '~> 0.10.0'
gem 'yardstick', '~> 0.9.9'
gem 'reek', '~> 1.3.7'
gem 'term-ansicolor', '=1.3.2'
end

group :benchmarks do
Expand Down

0 comments on commit 827a486

Please sign in to comment.