Skip to content

Instantly share code, notes, and snippets.

Created March 1, 2013 07:40
Show Gist options
  • Save anonymous/5063095 to your computer and use it in GitHub Desktop.
Save anonymous/5063095 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
# source 'http://localhost:9292'
gemspec
group :test do
gem "simplecov", :require => false
gem "shoulda-matchers"
gem "shoulda-context"
gem "capybara-screenshot"
gem "poltergeist"
end
gem "adveli", :path => "../adveli"
gem "jquery-rails"
gem "haml-rails", "~> 0.3.5"
group :assets do
gem "jquery-ui-rails"
end
gem "backbone-on-rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment