Skip to content

Commit e7742fc

Browse files
authored
Merge pull request #39 from fastruby/feature/support-older-rubies
Try with older rubies
2 parents 0eb5aec + 2d095de commit e7742fc

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Layout/ClosingHeredocIndentation:
1616
# Cop supports --auto-correct.
1717
# Configuration parameters: EnforcedStyle.
1818
# SupportedStyles: squiggly, active_support, powerpack, unindent
19-
Layout/IndentHeredoc:
19+
Layout/HeredocIndentation:
2020
Exclude:
2121
- 'lib/skunk/cli/commands/status_reporter.rb'
2222

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: ruby
22
rvm:
3+
- 2.4
34
- 2.5
45
- 2.6
56
- 2.7

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
descendants_tracker (~> 0.0.4)
1717
ice_nine (~> 0.11.0)
1818
thread_safe (~> 0.3, >= 0.3.1)
19-
byebug (11.0.1)
19+
byebug (11.1.1)
2020
codeclimate-engine-rb (0.4.1)
2121
virtus (~> 1.0)
2222
codecov (0.1.16)
@@ -48,12 +48,12 @@ GEM
4848
minitest (5.8.5)
4949
minitest-around (0.5.0)
5050
minitest (~> 5.0)
51-
parallel (1.19.0)
51+
parallel (1.19.1)
5252
parser (2.6.5.0)
5353
ast (~> 2.4.0)
5454
path_expander (1.1.0)
5555
psych (3.1.0)
56-
public_suffix (4.0.3)
56+
public_suffix (4.0.4)
5757
rainbow (3.0.0)
5858
rake (13.0.1)
5959
reek (5.4.1)
@@ -62,7 +62,7 @@ GEM
6262
parser (>= 2.5.0.0, < 2.7, != 2.5.1.1)
6363
psych (~> 3.1.0)
6464
rainbow (>= 2.0, < 4.0)
65-
rubocop (0.76.0)
65+
rubocop (0.78.0)
6666
jaro_winkler (~> 1.5.1)
6767
parallel (~> 1.10)
6868
parser (>= 2.6)
@@ -72,7 +72,7 @@ GEM
7272
ruby-progressbar (1.10.1)
7373
ruby_parser (3.14.2)
7474
sexp_processor (~> 4.9)
75-
rubycritic (4.3.3)
75+
rubycritic (4.4.1)
7676
flay (~> 2.8)
7777
flog (~> 4.4)
7878
launchy (= 2.4.3)
@@ -83,20 +83,20 @@ GEM
8383
simplecov (>= 0.17.0)
8484
tty-which (~> 0.4.0)
8585
virtus (~> 1.0)
86-
sexp_processor (4.14.0)
87-
simplecov (0.18.1)
86+
sexp_processor (4.14.1)
87+
simplecov (0.18.5)
8888
docile (~> 1.1)
89-
simplecov-html (~> 0.11.0)
89+
simplecov-html (~> 0.11)
9090
simplecov-console (0.5.0)
9191
ansi
9292
simplecov
9393
terminal-table
94-
simplecov-html (0.11.0)
94+
simplecov-html (0.12.2)
9595
terminal-table (1.8.0)
9696
unicode-display_width (~> 1.1, >= 1.1.1)
9797
thread_safe (0.3.6)
9898
tty-which (0.4.2)
99-
unicode-display_width (1.6.0)
99+
unicode-display_width (1.6.1)
100100
url (0.3.2)
101101
virtus (1.0.5)
102102
axiom-types (~> 0.1)
@@ -121,4 +121,4 @@ DEPENDENCIES
121121
skunk!
122122

123123
BUNDLED WITH
124-
2.0.2
124+
2.1.4

0 commit comments

Comments
 (0)