Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "xml-simple"
# Rails has selected sqlite3.
# gem "sqlite3-ruby", :require => "sqlite3"
gem "mysql"
gem "haml", "~>3.1.2"
gem "haml", "~>5.0.0"
gem "compass"
gem "compass-960-plugin"
gem "authlogic", "~>2.1.6"
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ GEM
erubis (2.6.6)
abstract (>= 1.0.0)
fssm (0.2.7)
haml (3.1.2)
haml (5.0.0)
temple (>= 0.8.0)
tilt
i18n (0.5.0)
mail (2.2.19)
activesupport (>= 2.3.6)
Expand Down Expand Up @@ -89,7 +91,9 @@ GEM
railties (~> 3.0)
rspec (~> 2.6.0)
sass (3.1.3)
temple (0.8.2)
thor (0.14.6)
tilt (2.0.10)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.28)
Expand All @@ -106,7 +110,7 @@ DEPENDENCIES
authlogic (~> 2.1.6)
compass
compass-960-plugin
haml (~> 3.1.2)
haml (~> 5.0.0)
mysql
rails (= 3.0.9)
rspec (~> 2.6.0)
Expand Down