Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Figured out the file issue. This isn't edge
Browse files Browse the repository at this point in the history
  • Loading branch information
JessRudder committed Nov 22, 2019
1 parent 27dc594 commit 392e01c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_gem:
rubocop-github:
- config/default_edge.yml
- config/rails_edge.yml
- config/default.yml
- config/rails.yml

inherit_from: .rubocop_todo.yml

Expand Down
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ group :development, :test do
gem "knapsack", "~> 1.14", ">= 1.14.1"
gem "rails-controller-testing", "~> 1.0", ">= 1.0.4"
gem "rspec-rails", ">= 4.0.0.beta3"
gem "rubocop", "~> 0.52", require: false
gem 'rubocop-github', "~> 0.10", require: false
gem "rubocop-performance", "~> 1.4", :require => false
gem "rubocop-rails", "~> 2.3", :require => false
gem "rubocop", "~> 0.52", :require => false
gem "rubocop-github", "~> 0.10", :require => false
gem "scss_lint", "~> 0.54.0", require: false
gem "spring", "~> 2.1", ">= 2.1.0"
gem "spring-watcher-listen", "~> 2.0", ">= 2.0.1"
Expand Down
9 changes: 1 addition & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ GEM
oauth2 (~> 1.0)
omniauth (~> 1.2)
os (1.0.1)
parallel (1.19.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
peek (1.0.1)
Expand Down Expand Up @@ -432,11 +432,6 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-github (0.12.0)
rubocop (~> 0.59)
rubocop-performance (1.5.1)
rubocop (>= 0.71.0)
rubocop-rails (2.3.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -590,8 +585,6 @@ DEPENDENCIES
rspec-rails (>= 4.0.0.beta3)
rubocop (~> 0.52)
rubocop-github (~> 0.10)
rubocop-performance (~> 1.4)
rubocop-rails (~> 2.3)
ruby-progressbar (~> 1.8, >= 1.8.1)
sass-rails (~> 6.0)
scss_lint (~> 0.54.0)
Expand Down
Binary file removed vendor/cache/parallel-1.19.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.19.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.3.2.gem
Binary file not shown.

0 comments on commit 392e01c

Please sign in to comment.