Skip to content

Instantly share code, notes, and snippets.

@micahalles
Created April 28, 2011 21:27
Show Gist options
  • Save micahalles/947382 to your computer and use it in GitHub Desktop.
Save micahalles/947382 to your computer and use it in GitHub Desktop.
source "http://rubygems.org"
source "http://rubygems.torquebox.org"
gem "rails", "3.0.7"
gem "jruby-openssl", "0.7.3"
gem "haml", "3.0.25"
gem "compass", "0.10.6"
gem "compass-susy-plugin", "0.8.1"
gem "mongoid", "2.0.0.rc.7"
gem "nokogiri", "1.5.0.beta.4"
gem "remotipart", "0.3.1"
gem "barista", "1.0.0"
gem "jruby-rack", "1.0.7"
gem "json_pure", "1.4.6"
gem "i18n-js", "1.0.0"
gem "mongoid_slug", :require => "mongoid/slug"
gem "torquebox", "1.0.0.CR2"
gem "torquebox-rake-support", "1.0.0.CR2"
group :development, :test do
gem "rspec-rails", "2.5.0"
gem "steak", "1.1.0"
gem "rr", "1.0.2"
gem "fabrication", "0.9.5"
gem "randexp", "0.1.5"
gem "database_cleaner", "0.6.0"
gem "haml-rails", "0.3.4"
gem "jslint_on_rails", "1.0.5"
gem "fuubar", "0.0.3"
gem "mongoid-rspec", "1.4.1"
gem "watchr", "0.7"
end
group :test do
gem "capybara", "0.4.1.1"
gem "selenium-webdriver", "0.1.3"
gem "timecop", "0.3.5"
gem "ruby-debug"
gem "jasmine", "1.0.1.1"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment