Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Layout/ClosingHeredocIndentation:
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: squiggly, active_support, powerpack, unindent
Layout/IndentHeredoc:
Layout/HeredocIndentation:
Exclude:
- 'lib/skunk/cli/commands/status_reporter.rb'

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
byebug (11.0.1)
byebug (11.1.1)
codeclimate-engine-rb (0.4.1)
virtus (~> 1.0)
codecov (0.1.16)
Expand Down Expand Up @@ -48,12 +48,12 @@ GEM
minitest (5.8.5)
minitest-around (0.5.0)
minitest (~> 5.0)
parallel (1.19.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
path_expander (1.1.0)
psych (3.1.0)
public_suffix (4.0.3)
public_suffix (4.0.4)
rainbow (3.0.0)
rake (13.0.1)
reek (5.4.1)
Expand All @@ -62,7 +62,7 @@ GEM
parser (>= 2.5.0.0, < 2.7, != 2.5.1.1)
psych (~> 3.1.0)
rainbow (>= 2.0, < 4.0)
rubocop (0.76.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand All @@ -72,7 +72,7 @@ GEM
ruby-progressbar (1.10.1)
ruby_parser (3.14.2)
sexp_processor (~> 4.9)
rubycritic (4.3.3)
rubycritic (4.4.1)
flay (~> 2.8)
flog (~> 4.4)
launchy (= 2.4.3)
Expand All @@ -83,20 +83,20 @@ GEM
simplecov (>= 0.17.0)
tty-which (~> 0.4.0)
virtus (~> 1.0)
sexp_processor (4.14.0)
simplecov (0.18.1)
sexp_processor (4.14.1)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11.0)
simplecov-html (~> 0.11)
simplecov-console (0.5.0)
ansi
simplecov
terminal-table
simplecov-html (0.11.0)
simplecov-html (0.12.2)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tty-which (0.4.2)
unicode-display_width (1.6.0)
unicode-display_width (1.6.1)
url (0.3.2)
virtus (1.0.5)
axiom-types (~> 0.1)
Expand All @@ -121,4 +121,4 @@ DEPENDENCIES
skunk!

BUNDLED WITH
2.0.2
2.1.4