Skip to content

Commit

Permalink
Merge pull request #260 from Atul9/rubocop
Browse files Browse the repository at this point in the history
Update rubocop & rubocop-rspec gem
  • Loading branch information
Trey Pendragon authored Sep 19, 2018
2 parents c598eb8 + 9ecb9de commit 24c56cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

group :development, :test do
gem 'rubocop', '~> 0.46.0', require: false
gem 'rubocop-rspec', '~> 1.9.1', require: false
gem 'rubocop', '~> 0.58.2', require: false
gem 'rubocop-rspec', '~> 1.28.0', require: false
gem 'pry' unless ENV['CI']
gem 'pry-byebug' unless ENV['CI']
end
Expand Down

0 comments on commit 24c56cd

Please sign in to comment.