Skip to content

Instantly share code, notes, and snippets.

@pbalduino
Created July 12, 2016 14:35
Show Gist options
  • Save pbalduino/38058d1957bf22e16f7391eb7b33c34b to your computer and use it in GitHub Desktop.
Save pbalduino/38058d1957bf22e16f7391eb7b33c34b to your computer and use it in GitHub Desktop.
Gemfile
source 'http://gemcutter.org'
gem "bj"
gem "hpricot", "~> 0.6"
gem "sqlite3-ruby", "~> 1.3.1", :require => "sqlite3"
gem "aws-s3", :lib => "aws/s3"
gem "rails", "= 2.3.10"
gem "authlogic", "~> 2.1.6"
group :development, :test do
gem 'mongrel', :require => false
end
group :production do
gem "slim_scrooge", "~> 1.0.10"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment