Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic committed Jul 17, 2011
1 parent 73fa2a2 commit 3d8dc60
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Expand Up @@ -8,12 +8,17 @@ gem 'rails', '3.1.0.rc4'
gem 'sqlite3'

# Asset template engines
gem 'sass-rails', "~> 3.1.0.rc"
gem 'sass'
gem 'sass-rails', '3.1.0.rc.4'
gem 'compass', :git => "git://github.com/chriseppstein/compass.git", :branch => "rails31"
gem 'coffee-script'
gem 'uglifier'

gem 'jquery-rails'

gem 'haml'
gem 'haml-rails'

# Use unicorn as the web server
# gem 'unicorn'

Expand Down
24 changes: 23 additions & 1 deletion Gemfile.lock
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/chriseppstein/compass.git
revision: 2124003550bf96e828f6e63351d44a61b647cbf1
branch: rails31
specs:
compass (0.11.3.rails.0.2124003)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -35,13 +45,21 @@ GEM
arel (2.1.3)
bcrypt-ruby (2.1.4)
builder (3.0.0)
chunky_png (1.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.1)
erubis (2.7.0)
execjs (1.2.0)
multi_json (~> 1.0)
fssm (0.2.7)
haml (3.1.2)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
hike (1.1.0)
i18n (0.6.0)
jquery-rails (1.0.12)
Expand Down Expand Up @@ -107,9 +125,13 @@ PLATFORMS

DEPENDENCIES
coffee-script
compass!
haml
haml-rails
jquery-rails
rails (= 3.1.0.rc4)
sass-rails (~> 3.1.0.rc)
sass
sass-rails (= 3.1.0.rc.4)
sqlite3
turn
uglifier

0 comments on commit 3d8dc60

Please sign in to comment.