Skip to content

Instantly share code, notes, and snippets.

@Draiken
Created July 7, 2011 13:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Draiken/1069557 to your computer and use it in GitHub Desktop.
Save Draiken/1069557 to your computer and use it in GitHub Desktop.
Gemfile
source "http://gems.github.com"
source 'http://rubygems.org'
source 'http://gemcutter.org'
gem 'rails', '3.0.9'
gem 'rake', "0.8.7"
gem 'dynamic_form'
gem 'jquery-rails'
gem 'hoptoad_notifier'
gem 'newrelic_rpm'
gem 'whenever' , :require => false
gem 'smurf'
gem "paperclip"
gem 'acts-as-taggable-on'
gem 'nzn_categories' , :git => 'ssh://git@201.22.7.190:2202/nzn_categories.git'
gem "acts_as_recommended" , :git => 'ssh://git@201.22.7.190:2202/acts_as_recommended.git' , :branch => 'rails3'
gem 'nzn_denounces' , :git => 'ssh://git@201.22.7.190:2202/nzn_denounces.git'
gem 'nzn_visits' , :git => 'ssh://git@201.22.7.190:2202/nzn_visits.git'
gem 'nzn_newsitems' , :git => 'ssh://git@201.22.7.190:2202/nzn_articles.git'
gem 'nzn_highlights' , :git => 'ssh://git@201.22.7.190:2202/nzn_highlights.git' , :tag => 'v0.2.1'
gem 'nzn_caching' , :git => 'ssh://git@201.22.7.190:2202/nzn_caching.git'
gem 'nzn_worklog' , :git => 'ssh://git@201.22.7.190:2202/nzn_worklog.git'
gem 'ckeditor'
gem "json" , '1.5.1'
gem "json_pure" , '1.5.1'
gem "thinking-sphinx" , '2.0.4'# , :branch => "rails3" , :git => 'git://github.com/freelancing-god/thinking-sphinx.git'
gem "ts-datetime-delta" , :require => 'thinking_sphinx/deltas/datetime_delta'
gem "rails3-jquery-autocomplete"
gem "remotipart"
gem "googlecharts" , :require => 'gchart'
gem "omniauth"
gem 'oa-openid' , :require => 'omniauth/openid'
gem "devise"
gem 'bb-ruby'
gem 'htmlentities'
gem "haml"
gem "compass"
gem "cancan"
gem 'paper_trail' , '~> 2'
gem "web-app-theme"
gem "has_many_polymorphs" , :git => "git://github.com/jystewart/has_many_polymorphs.git"
gem "kaminari"
gem 'yajl-ruby'
gem 'friendly_id' , "~> 3.2.1"
gem 'mysql2' , "< 0.3"
gem "dalli"
gem "barista"
#gem "therubyracer" , :require => false
gem 'stringex'
gem "opinio" , :git => "git://github.com/Draiken/opinio.git"
gem 'recaptcha' , :require => "recaptcha/rails"
group :production do
gem 'unicorn'
gem 'rainbows'
end
group :test, :development do
gem 'sqlite3'
gem "rails3-generators"
gem "launchy"
gem "nzn_staging", :git => "ssh://git@201.22.7.190:2202/nzn_staging.git"
gem 'factory_girl'
gem 'factory_girl_rails'
gem 'capistrano'
gem "shoulda"
gem 'capistrano-ext'
gem 'capistrano-recipes'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'linecache19'
gem 'cucumber', '0.10.2'
gem 'cucumber-rails', '0.3.2'
gem 'database_cleaner'
gem 'capybara'
gem "mocha"
gem "rspec"
gem "rspec-rails"
gem 'nifty-generators'
gem 'launchy'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment