Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Use haml 4 until haml/haml#952 is released in haml 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leifcr committed Aug 24, 2017
1 parent 9ed3426 commit c9080a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ gem 'mysql2'

gem 'jbuilder', '~> 2.0'

gem 'haml' # , '~> 4.0.0'
gem 'haml', '~> 4.0.0' # Until 5.0.3 has been released with https://github.com/haml/haml/pull/952 included
gem 'haml-rails'

# gem 'bcrypt', '~> 3.1.7'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Expand Up @@ -254,8 +254,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (5.0.2)
temple (>= 0.8.0)
haml (4.0.7)
tilt
haml-rails (1.0.0)
actionpack (>= 4.0.1)
Expand Down Expand Up @@ -590,7 +589,6 @@ GEM
stripe (3.3.1)
faraday (~> 0.9)
sweet-alert-confirm (0.4.1)
temple (0.8.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
therubyracer (0.12.3)
Expand Down Expand Up @@ -687,7 +685,7 @@ DEPENDENCIES
gon
guard-livereload
guard-rspec
haml
haml (~> 4.0.0)
haml-rails
hashie
i18n-tasks
Expand Down

0 comments on commit c9080a0

Please sign in to comment.