Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeyer committed Dec 5, 2019
1 parent 451b0f0 commit 106846c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ gemspec
# Keep development dependencies here, instead of gemspec, since we don't package
# Rakefile, specs, etc in the packaged gem.
gem 'bundler-audit'
gem 'rake', '~> 12.3'
gem 'rdoc', '~> 6.1'
gem 'rspec', '~> 3.8'
gem 'rubocop', '~> 0.72', require: false
gem 'rubocop-performance', '~> 1.4', require: false
gem 'rake', '~> 13.0'
gem 'rdoc', '~> 6.2'
gem 'rspec', '~> 3.9'
gem 'rubocop', '~> 0.77', require: false
gem 'rubocop-performance', '~> 1.5', require: false
gem 'simplecov', '~> 0.17', require: false

0 comments on commit 106846c

Please sign in to comment.