Skip to content
Closed
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem "climate_control", "~> 1.2.0"
gem "rspec", "~> 3.11.0"
gem "rubocop", "~> 1.36.0"
gem "rubocop-performance", "~> 1.15.0"
gem "rubocop-performance", "~> 1.19.1"
gem "simplecov", "~> 0.21.2"
gem "simplecov-console", "~> 0.9.1"
end
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
ast (2.4.2)
ast (2.4.3)
backport (1.2.0)
benchmark (0.2.0)
builder (3.2.4)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
addressable (~> 2.8)
rchardet (~> 1.8)
jaro_winkler (1.5.4)
json (2.6.2)
json (2.14.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -83,9 +83,11 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.21)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.5.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -94,11 +96,11 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
regexp_parser (2.5.0)
regexp_parser (2.11.3)
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.4.4)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand All @@ -122,12 +124,13 @@ GEM
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.0)
rubocop-ast (1.47.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
semver2 (3.4.2)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -161,7 +164,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tilt (2.0.11)
unicode-display_width (2.2.0)
unicode-display_width (2.6.0)
uuid (2.3.9)
macaddr (~> 1.0)
webrick (1.7.0)
Expand All @@ -182,7 +185,7 @@ DEPENDENCIES
rake (~> 13.0.6)
rspec (~> 3.11.0)
rubocop (~> 1.36.0)
rubocop-performance (~> 1.15.0)
rubocop-performance (~> 1.19.1)
semver2 (~> 3.4)
simplecov (~> 0.21.2)
simplecov-console (~> 0.9.1)
Expand Down
Loading