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

Commit

Permalink
[TASK] Update the development gems (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Sep 18, 2020
1 parent 8bc9979 commit fb11e8a
Showing 1 changed file with 23 additions and 41 deletions.
64 changes: 23 additions & 41 deletions Gemfile.lock
Expand Up @@ -57,11 +57,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
better_errors (2.5.1)
better_errors (2.8.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -70,25 +66,18 @@ GEM
bootsnap (1.4.5)
msgpack (~> 1.0)
builder (3.2.4)
bundler-audit (0.6.1)
bundler-audit (0.7.0.1)
bundler (>= 1.2.0, < 3)
thor (~> 0.18)
code_analyzer (0.5.1)
thor (>= 0.18, < 2)
code_analyzer (0.5.2)
sexp_processor
codeclimate-engine-rb (0.4.1)
virtus (~> 1.0)
coderay (1.1.2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
debug_inspector (0.0.3)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
equalizer (0.0.11)
erubi (1.9.0)
erubis (2.7.0)
ffi (1.11.1)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
Expand All @@ -100,7 +89,7 @@ GEM
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 5.1)
haml_lint (0.34.2)
haml_lint (0.35.0)
haml (>= 4.0, < 5.2)
rainbow
rubocop (>= 0.50.0)
Expand All @@ -112,14 +101,13 @@ GEM
ruby_parser (~> 3.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.3.0)
json (2.3.1)
kwalify (0.7.2)
listen (3.2.0)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.7.0)
Expand Down Expand Up @@ -169,7 +157,7 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_best_practices (1.19.5)
rails_best_practices (1.20.0)
activesupport
code_analyzer (>= 0.5.1)
erubis
Expand All @@ -185,32 +173,31 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
reek (5.6.0)
codeclimate-engine-rb (~> 0.4.0)
reek (6.0.1)
kwalify (~> 0.7.0)
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
psych (~> 3.1.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (1.7.1)
require_all (3.0.0)
rexml (3.2.4)
rubocop (0.88.0)
rubocop (0.91.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.2.0)
parser (>= 2.7.0.1)
rubocop-performance (1.7.1)
rubocop (>= 0.82.0)
rubocop-rails (2.7.0)
rubocop-ast (0.4.1)
parser (>= 2.7.1.4)
rubocop-performance (1.8.0)
rubocop (>= 0.87.0)
rubocop-rails (2.8.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
Expand All @@ -227,8 +214,8 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sexp_processor (4.14.1)
spring (2.1.0)
sexp_processor (4.15.1)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
Expand All @@ -242,7 +229,7 @@ GEM
sqlite3 (1.4.1)
sysexits (1.2.0)
temple (0.8.2)
thor (0.20.3)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
Expand All @@ -251,11 +238,6 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
webpacker (4.0.7)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
Expand Down

0 comments on commit fb11e8a

Please sign in to comment.