Skip to content

Commit b8f2bd0

Browse files
committed
updates haml, haml-rails and dependencies
1 parent 7d986c7 commit b8f2bd0

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

Gemfile.lock

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,16 +318,23 @@ GEM
318318
rspec (>= 2.14, < 4.0)
319319
gyoku (1.3.1)
320320
builder (>= 2.1.2)
321-
haml (4.0.5)
321+
haml (5.2.1)
322+
temple (>= 0.8.0)
322323
tilt
323-
haml-rails (0.5.3)
324+
haml-rails (1.0.0)
324325
actionpack (>= 4.0.1)
325326
activesupport (>= 4.0.1)
326-
haml (>= 3.1, < 5.0)
327+
haml (>= 4.0.6, < 6.0)
328+
html2haml (>= 1.0.1)
327329
railties (>= 4.0.1)
328330
hashie (4.1.0)
329331
hightop (0.2.2)
330332
activesupport (>= 4.2)
333+
html2haml (2.2.0)
334+
erubis (~> 2.7.0)
335+
haml (>= 4.0, < 6)
336+
nokogiri (>= 1.6.0)
337+
ruby_parser (~> 3.5)
331338
htmlentities (4.3.4)
332339
http-cookie (1.0.2)
333340
domain_name (~> 0.5)
@@ -355,7 +362,7 @@ GEM
355362
railties (>= 3.1)
356363
jquery-ui-rails (5.0.5)
357364
railties (>= 3.2.16)
358-
json (2.1.0)
365+
json (2.5.1)
359366
json-schema (2.5.0)
360367
addressable (~> 2.3)
361368
jwt (2.2.3)
@@ -660,6 +667,8 @@ GEM
660667
ruby-oembed (0.14.0)
661668
ruby-openid (2.9.2)
662669
ruby-progressbar (1.10.0)
670+
ruby_parser (3.15.1)
671+
sexp_processor (~> 4.9)
663672
rubyzip (2.3.0)
664673
safe_yaml (1.0.4)
665674
safely_block (0.3.0)
@@ -683,6 +692,7 @@ GEM
683692
selectize-rails (0.12.4)
684693
seo_meta (2.0.1)
685694
railties (>= 3.0.0)
695+
sexp_processor (4.15.2)
686696
shoulda-matchers (2.6.1)
687697
activesupport (>= 3.0.0)
688698
simple_calendar (2.2.7)
@@ -718,11 +728,12 @@ GEM
718728
survey (0.2)
719729
rails (>= 3.2.6, < 5)
720730
railties (>= 3.2.6, < 5)
731+
temple (0.8.2)
721732
term-ansicolor (1.6.0)
722733
tins (~> 1.0)
723734
thor (0.19.4)
724735
thread_safe (0.3.6)
725-
tilt (2.0.9)
736+
tilt (2.0.10)
726737
timecop (0.7.1)
727738
timers (1.1.0)
728739
tins (1.16.3)
@@ -754,9 +765,9 @@ GEM
754765
webmock (1.20.4)
755766
addressable (>= 2.3.6)
756767
crack (>= 0.3.2)
757-
websocket-driver (0.6.3)
768+
websocket-driver (0.7.3)
758769
websocket-extensions (>= 0.1.0)
759-
websocket-extensions (0.1.2)
770+
websocket-extensions (0.1.5)
760771
whenever (0.9.2)
761772
activesupport (>= 2.3.4)
762773
chronic (>= 0.6.3)

0 commit comments

Comments
 (0)