Skip to content

Commit

Permalink
Bump haml from 4.0.7 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent 3bf1bb6 commit 8097a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '4.2.8'
gem 'sprockets-rails', '~> 3.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
gem 'haml', '~> 4.0', '>= 4.0.7'
gem 'haml', '~> 5.0'
gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6'
gem 'font-awesome-sass'
# gem "animate-rails"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ GEM
sassc (>= 1.11)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (4.0.7)
haml (5.0.0)
temple (>= 0.8.0)
tilt
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -165,6 +166,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
temple (0.8.2)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
Expand Down Expand Up @@ -196,7 +198,7 @@ DEPENDENCIES
coffee-rails (~> 4.1.0)
devise (~> 3.5, >= 3.5.6)
font-awesome-sass
haml (~> 4.0, >= 4.0.7)
haml (~> 5.0)
jbuilder (~> 2.0)
jquery-rails
pg
Expand Down

0 comments on commit 8097a2e

Please sign in to comment.