Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump haml dependency to 3.1.7
  • Loading branch information
ariejan committed Nov 11, 2012
1 parent a2a2747 commit 0861703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,8 +1,7 @@
source 'http://rubygems.org'

gem 'sinatra', '~> 1.3'
gem 'haml', '~> 3.0.18'
# gem 'escape_utils', '~> 0.2.3'
gem 'haml', '~> 3.1.7'

gem 'pg'
gem 'mysql2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -16,7 +16,7 @@ GEM
builder (3.0.4)
database_cleaner (0.9.1)
diff-lcs (1.1.3)
haml (3.0.25)
haml (3.1.7)
i18n (0.6.1)
multi_json (1.3.7)
mysql2 (0.3.11)
Expand Down Expand Up @@ -51,7 +51,7 @@ PLATFORMS

DEPENDENCIES
database_cleaner (~> 0.9)
haml (~> 3.0.18)
haml (~> 3.1.7)
mysql2
pg
rack-test (~> 0.6)
Expand Down

0 comments on commit 0861703

Please sign in to comment.