Skip to content

Commit

Permalink
Merge pull request openSUSE#157 from Atul9/master
Browse files Browse the repository at this point in the history
Solve Bundler/OrderedGems RuboCop cop offenses
  • Loading branch information
Ana06 authored Feb 16, 2018
2 parents 38d22df + a045020 commit 37b6ccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/OrderedGems:
Exclude:
- 'Gemfile'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
Expand Down
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'codeclimate-test-reporter', '>= 1.0.0'
gem 'rspec', '~> 3.5'
gem 'awesome_print'
gem 'byebug'
gem 'cli_tester'
gem 'webmock'
gem 'vcr'
gem 'codeclimate-test-reporter', '>= 1.0.0'
gem 'given_filesystem'
gem 'byebug'
gem 'awesome_print'
gem 'pry'
gem 'ronn', '>=0.7.3'
gem 'rake'
gem 'rubocop', '0.52.1'
gem 'ronn', '>=0.7.3'
gem 'rspec', '~> 3.5'
gem 'rspec-mocks'
gem 'rubocop', '0.52.1'
gem 'vcr'
gem 'webmock'
end

0 comments on commit 37b6ccf

Please sign in to comment.