Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Forked from anonymous/Gemfile
Last active December 14, 2015 09:09
Show Gist options
  • Save tagrudev/5063099 to your computer and use it in GitHub Desktop.
Save tagrudev/5063099 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 "jquery-rails"
gem "backbone-on-rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment