bump haml
This commit is contained in:
parent
3886547bf1
commit
0d925c0fed
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -103,7 +103,7 @@ gem 'typhoeus', '~> 0.3.3'
|
||||||
|
|
||||||
# views
|
# views
|
||||||
|
|
||||||
gem 'haml', '3.1.6.rc.1'
|
gem 'haml', '3.1.7'
|
||||||
gem 'mobile-fu'
|
gem 'mobile-fu'
|
||||||
|
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ GEM
|
||||||
guard-spork (0.8.0)
|
guard-spork (0.8.0)
|
||||||
guard (>= 0.10.0)
|
guard (>= 0.10.0)
|
||||||
spork (>= 0.8.4)
|
spork (>= 0.8.4)
|
||||||
haml (3.1.6.rc.1)
|
haml (3.1.7)
|
||||||
handlebars_assets (0.4.4)
|
handlebars_assets (0.4.4)
|
||||||
execjs (>= 1.2.9)
|
execjs (>= 1.2.9)
|
||||||
sprockets (>= 2.0.3)
|
sprockets (>= 2.0.3)
|
||||||
|
|
@ -501,7 +501,7 @@ DEPENDENCIES
|
||||||
guard-cucumber
|
guard-cucumber
|
||||||
guard-rspec
|
guard-rspec
|
||||||
guard-spork
|
guard-spork
|
||||||
haml (= 3.1.6.rc.1)
|
haml (= 3.1.7)
|
||||||
handlebars_assets
|
handlebars_assets
|
||||||
heroku
|
heroku
|
||||||
heroku_san (= 3.0.4)
|
heroku_san (= 3.0.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue