Skip to content

Commit

Permalink
Update haml gem
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Aug 24, 2023
1 parent 6135ef5 commit fca7e1e
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,14 @@ GEM
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
haml (5.2.1)
temple (>= 0.8.0)
haml (6.1.2)
temple (>= 0.8.2)
thor
tilt
haml-lint (0.999.999)
haml_lint
haml_lint (0.37.1)
haml (>= 4.0, < 5.3)
haml_lint (0.45.0)
haml (>= 4.0, < 6.2)
parallel (~> 1.10)
rainbow
rubocop (>= 0.50.0)
Expand Down Expand Up @@ -364,9 +365,10 @@ GEM
paper_trail (12.0.0)
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.20.1)
parser (3.0.2.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
pg (0.21.0)
prawn (2.4.0)
Expand Down Expand Up @@ -434,38 +436,38 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
rb-readline (0.5.5)
rbtree3 (0.6.0)
rdoc (6.3.2)
regexp_parser (2.1.1)
regexp_parser (2.8.1)
request_profiler (0.0.4)
ruby-prof
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rexml (3.2.6)
rqrcode (2.0.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.1.0)
rswag-ui (2.4.0)
actionpack (>= 3.1, < 7.0)
railties (>= 3.1, < 7.0)
rubocop (1.18.3)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-minitest (0.14.0)
Expand All @@ -480,7 +482,7 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby-prof (1.4.3)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby-saml (1.12.2)
nokogiri (>= 1.10.5)
rexml
Expand Down Expand Up @@ -526,10 +528,10 @@ GEM
sprockets (>= 3.0.0)
swagger-blocks (3.0.0)
sysexits (1.2.0)
temple (0.8.2)
temple (0.10.2)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.2.0)
timeliness (0.4.4)
ttfunk (1.7.0)
turbolinks (5.2.1)
Expand All @@ -542,7 +544,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unicode-display_width (2.0.0)
unicode-display_width (2.4.2)
unicode_utils (1.4.0)
uniform_notifier (1.14.2)
validates_by_schema (0.4.0)
Expand Down

0 comments on commit fca7e1e

Please sign in to comment.