Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 4, 2017
1 parent 890bee2 commit b117995
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 @@ -2,12 +2,12 @@ source 'https://rubygems.org'

gemspec

gem 'rspec', '~> 3.6.0'
gem 'rspec', '~> 3.7'

# Run all pre-commit checks via Overcommit during CI runs
gem 'overcommit', '0.39.1'
gem 'overcommit', '~> 0.41.0'

# Pin tool versions (which are executed by Overcommit) for Travis builds
gem 'rubocop', '0.49.1'
gem 'rubocop', '0.50.0'

gem 'coveralls', require: false

0 comments on commit b117995

Please sign in to comment.