Skip to content

Commit

Permalink
Add haml-rails to the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed Mar 25, 2022
1 parent 1b8f62b commit ac32437
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ gem 'rails', '~> 7.0'
gem 'sprockets-rails'
# as application server
gem 'puma'
# as templating engine
gem "haml-rails", "~> 2.0"

# for appdata redirections (https -> http)
gem 'open_uri_redirections'
Expand Down
20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ GEM
dalli (3.2.1)
digest (3.1.0)
erubi (1.10.0)
erubis (2.7.0)
execjs (2.8.1)
faker (2.20.0)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -133,8 +134,22 @@ GEM
fast_gettext (>= 0.9.0)
globalid (1.0.0)
activesupport (>= 5.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml-rails (2.0.1)
actionpack (>= 5.1)
activesupport (>= 5.1)
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 5.1)
hashdiff (1.0.1)
hashie (5.0.0)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
Expand Down Expand Up @@ -256,6 +271,8 @@ GEM
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
ruby_parser (3.18.1)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -269,6 +286,7 @@ GEM
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sexp_processor (4.16.0)
singleton (0.1.1)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
Expand All @@ -278,6 +296,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.0.1)
temple (0.8.2)
terser (1.1.8)
execjs (>= 0.3.0, < 3)
text (1.3.1)
Expand Down Expand Up @@ -316,6 +335,7 @@ DEPENDENCIES
geckodriver-bin (~> 0.28.0)
gettext (>= 1.9.3)
gettext_i18n_rails (>= 0.4.3)
haml-rails (~> 2.0)
hashie
lograge
matrix
Expand Down
Binary file added vendor/cache/erubis-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/haml-5.2.2.gem
Binary file not shown.
Binary file added vendor/cache/haml-rails-2.0.1.gem
Binary file not shown.
Binary file added vendor/cache/html2haml-2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/ruby_parser-3.18.1.gem
Binary file not shown.
Binary file added vendor/cache/sexp_processor-4.16.0.gem
Binary file not shown.
Binary file added vendor/cache/temple-0.8.2.gem
Binary file not shown.

0 comments on commit ac32437

Please sign in to comment.