Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Nov 27, 2019
1 parent 03ebdb1 commit ef2af58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ gem "slim"
group :development do
gem "foreman", require: false

# TODO: Remove after https://github.com/onk/onkcop/pull/62 and https://github.com/onk/onkcop/pull/63 are merged
# TODO: Remove after following PR are merged
# * https://github.com/onk/onkcop/pull/62
# * https://github.com/onk/onkcop/pull/63
# * https://github.com/onk/onkcop/pull/65
# gem "onkcop", ">= 0.53.0.3", require: false
gem "onkcop", require: false, github: "sue445/onkcop", branch: "rubocop_0.72.0"
gem "onkcop", require: false, github: "sue445/onkcop", branch: "rubocop_0.77.0"

gem "rake", require: false
gem "rubocop-performance", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/sue445/onkcop
revision: 12f80e6cde6074fa8aa3a36c676aa5d679231d8a
branch: rubocop_0.72.0
revision: 2ad80ca769de815f6f5511c217f6aad6deb2296a
branch: rubocop_0.77.0
specs:
onkcop (0.53.0.3)
rubocop (>= 0.53.0)
Expand Down

0 comments on commit ef2af58

Please sign in to comment.