Skip to content

Commit

Permalink
Merge pull request #1002 from maxcobmara/dependabot/bundler/haml-5.0.0
Browse files Browse the repository at this point in the history
Bump haml from 4.0.6 to 5.0.0
  • Loading branch information
maxcobmara committed Mar 14, 2021
2 parents e0ae264 + 6fb050a commit 29fb371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile 100755 → 100644
Expand Up @@ -30,7 +30,7 @@ gem "jquery-ui-rails", "~> 4.1.1"
gem 'jquery-rails', '~> 3.1.0' # Use jquery as the JavaScript library
gem 'turbolinks', '~> 1.1.1' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
#gem 'jbuilder', '~> 1.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "haml", "~> 4.0.5"
gem "haml", "~> 5.0.0"
gem "kaminari", "~> 0.16.1"
gem "bootstrap-kaminari-views", "~> 0.0.3"
gem 'font-awesome-rails', '~> 4.3.0.0'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -156,7 +156,8 @@ GEM
guard-rspec (4.2.10)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
haml (4.0.6)
haml (5.0.0)
temple (>= 0.8.0)
tilt
hike (1.2.3)
hitimes (1.2.2)
Expand Down Expand Up @@ -320,6 +321,7 @@ GEM
sshkit (1.10.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.2)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
Expand Down Expand Up @@ -374,7 +376,7 @@ DEPENDENCIES
font-awesome-rails (~> 4.3.0.0)
growl (= 1.0.3)
guard-rspec (~> 4.2.9)
haml (~> 4.0.5)
haml (~> 5.0.0)
jquery-rails (~> 3.1.0)
jquery-ui-rails (~> 4.1.1)
kaminari (~> 0.16.1)
Expand Down

0 comments on commit 29fb371

Please sign in to comment.