Skip to content

Commit

Permalink
Update gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apersaud committed Oct 5, 2021
1 parent 0354532 commit 6861fd2
Showing 1 changed file with 31 additions and 29 deletions.
60 changes: 31 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.3.1)
actionview (= 6.1.3.1)
activesupport (= 6.1.3.1)
actionpack (6.1.4.1)
actionview (= 6.1.4.1)
activesupport (= 6.1.4.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.3.1)
activesupport (= 6.1.3.1)
actionview (6.1.4.1)
activesupport (= 6.1.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
Expand All @@ -32,17 +32,17 @@ GEM
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activemodel (6.1.3.1)
activesupport (= 6.1.3.1)
activesupport (6.1.3.1)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ansi (1.5.0)
ast (2.4.2)
backport (1.1.2)
backport (1.2.0)
benchmark (0.1.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand All @@ -51,10 +51,11 @@ GEM
case_transform (0.2)
activesupport
coderay (1.1.3)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crass (1.0.6)
daemons (1.4.0)
daemons (1.4.1)
debug_inspector (1.1.0)
diff-lcs (1.4.4)
dotenv (2.7.6)
e2mmap (0.1.0)
erubi (1.10.0)
Expand All @@ -71,24 +72,24 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
loofah (2.9.1)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.2)
mini_portile2 (2.5.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
moneta (1.4.1)
moneta (1.4.2)
multipart-post (2.1.1)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.12.2)
coderay (~> 1.1.0)
Expand All @@ -105,32 +106,33 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
redcarpet (3.5.1)
redis (4.2.5)
redis (4.4.0)
regexp_parser (2.1.1)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.5)
rubocop (1.13.0)
rubocop (1.22.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
solargraph (0.40.4)
backport (~> 1.1)
solargraph (0.44.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
Expand All @@ -141,15 +143,15 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
thin (1.8.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.1.0)
tilt (2.0.10)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)
yard (0.9.26)
zeitwerk (2.4.2)

Expand All @@ -173,4 +175,4 @@ DEPENDENCIES
yard (>= 0.9.11)

BUNDLED WITH
2.2.16
2.2.28

0 comments on commit 6861fd2

Please sign in to comment.