Skip to content

Instantly share code, notes, and snippets.

@Andrzej
Created August 23, 2012 01:12
Show Gist options
  • Save Andrzej/3431022 to your computer and use it in GitHub Desktop.
Save Andrzej/3431022 to your computer and use it in GitHub Desktop.
Gemfile for puppet-dashboard
source 'http://rubygems.org'
gem 'rails','2.3.12'
gem 'bundler','1.1.5'
gem 'json','1.7.5'
gem 'rdoc', '3.12'
gem 'mysql2', '0.2.19b4'
gem 'activerecord-mysql2-adapter'
gem 'haml'
gem 'sass'
gem 'will_paginate', '~> 2.3.16'
gem 'daemons', '1.0.10'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment