Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 13, 2020
1 parent 5cfd1af commit 5b15668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ group :test do
gem 'coveralls'
gem 'rb-readline', '>= 0.5.5'
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.37'
gem 'simplecov', '>= 0.9'
gem 'rubocop', '>= 0.79'
gem 'simplecov', '>= 0.18.2'
gem 'timecop'
gem 'tins'
gem 'webmock', '>= 1.10.1'
gem 'webmock', '>= 3.8.2'
end

gemspec

0 comments on commit 5b15668

Please sign in to comment.