Skip to content

Commit

Permalink
Merge pull request #544 from alexandergraul/master
Browse files Browse the repository at this point in the history
Patch rubocop for older Bundlers
  • Loading branch information
agraul committed Apr 25, 2019
2 parents 79d1d6d + d6974fd commit 10d7b7c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ group :test do
gem 'capybara'
gem 'faker'
gem 'geckodriver-helper'
gem 'rubocop'
# TODO: move back to rubygems on next rubocop release (> 0.67.2)
gem 'rubocop', git: 'https://github.com/alexandergraul/rubocop', branch: 'fix-for-old-bundler-version'
gem 'selenium-webdriver'
gem 'vcr'
gem 'webmock'
Expand Down
26 changes: 16 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
GIT
remote: https://github.com/alexandergraul/rubocop
revision: 09e0a9033c7b23397e60eeff8cb97e8549ce18ec
branch: fix-for-old-bundler-version
specs:
rubocop (0.66.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -160,14 +174,6 @@ GEM
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
regexp_parser (1.4.0)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
Expand Down Expand Up @@ -245,7 +251,7 @@ DEPENDENCIES
rails (~> 5.2)
rails-i18n
redcarpet (~> 3.4.0)
rubocop
rubocop!
sass-rails
selenium-webdriver
uglifier
Expand All @@ -255,4 +261,4 @@ DEPENDENCIES
xmlhash (>= 1.2.2)

BUNDLED WITH
1.17.1
1.17.2

0 comments on commit 10d7b7c

Please sign in to comment.