diff options
| author | mo khan <mo@mokhan.ca> | 2022-01-26 13:23:16 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-01-26 13:23:16 -0700 |
| commit | c19926899574e5741ce904d999ea64af407afb7c (patch) | |
| tree | befc332903e4b3728e50b0f8f5ed34d370c16b4b | |
| parent | 94b7488c9a54f88852be9849d309bf75791b466a (diff) | |
chore: update Gemfile.lockv0.5.2
| -rw-r--r-- | Gemfile.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 71f4f83..6381aee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - diff-lcs (1.4.4) + diff-lcs (1.5.0) erubi (1.10.0) ffaker (2.20.0) hashdiff (1.0.1) @@ -48,16 +48,16 @@ GEM loofah (2.13.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mini_portile2 (2.7.1) + mini_portile2 (2.6.1) minitest (5.15.0) net-hippie (1.1.1) - nokogiri (1.13.1) - mini_portile2 (~> 2.7.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogiri (1.13.1-x86_64-linux) + nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.21.0) + parser (3.1.0.0) ast (~> 2.4.1) parslet (2.0.0) public_suffix (4.0.6) @@ -67,9 +67,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.0.3) + regexp_parser (2.2.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -77,13 +77,13 @@ GEM rspec-mocks (~> 3.10.0) rspec-core (3.10.1) rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-expectations (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (3.10.3) rubocop (0.93.1) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -93,20 +93,20 @@ GEM rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.15.1) + parser (>= 3.0.1.1) rubocop-rspec (1.44.1) rubocop (~> 0.87) rubocop-ast (>= 0.7.1) ruby-progressbar (1.11.0) - thor (1.1.0) + thor (1.2.1) tilt (2.0.10) tilt-jbuilder (0.7.1) jbuilder tilt (>= 1.3.0, < 3) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -128,4 +128,4 @@ DEPENDENCIES webmock (~> 3.5) BUNDLED WITH - 2.3.5 + 2.3.6 |
