Skip to content

Instantly share code, notes, and snippets.

@wuputah

wuputah/Gemfile Secret

Created October 14, 2011 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuputah/b54c6bc9fb536503c1e5 to your computer and use it in GitHub Desktop.
Save wuputah/b54c6bc9fb536503c1e5 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.1.1'
gem 'pg'
gem "oa-basic"
gem 'koala', :git => 'git://github.com/arsduo/koala.git'
gem 'omniauth'
gem 'json'
gem 'mechanize', '1.0.0' # mjones - Running 1.0.0 due to https://github.com/tenderlove/mechanize/issues/123#issuecomment-1891368
gem 'htmlentities'
gem 'rake', '0.8.7'
gem 'mixpanel_client'
gem 'geokit'
gem 'airbrake'
gem 'exception_notification', :require => 'exception_notifier'
gem 'delayed_job', '2.1.4' # lib/delayed_job_ext.rb is expecting this exact version
gem "uglifier"
gem 'thin'
gem 'newrelic_rpm'
GIT
remote: git://github.com/arsduo/koala.git
revision: eab2baf63c2c947b61306d18e03f641ff8b4fa0f
specs:
koala (1.2.1)
faraday (~> 0.7.0)
multi_json (~> 1.0)
GEM
remote: http://rubygems.org/
specs:
XMLCanonicalizer (1.0.1)
log4r (>= 1.0.4)
actionmailer (3.1.1)
actionpack (= 3.1.1)
mail (~> 2.3.0)
actionpack (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.2)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.2)
activemodel (3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activeresource (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
activesupport (3.1.1)
multi_json (~> 1.0)
addressable (2.2.6)
airbrake (3.0.4)
activesupport
builder
arel (2.2.1)
builder (3.0.0)
daemons (1.1.4)
delayed_job (2.1.4)
activesupport (~> 3.0)
daemons
erubis (2.7.0)
eventmachine (0.12.10)
exception_notification (2.5.2)
actionmailer (>= 3.0.4)
execjs (1.2.9)
multi_json (~> 1.0)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
rack (>= 1.1.0, < 2)
geokit (1.6.0)
hike (1.2.1)
htmlentities (4.3.0)
i18n (0.6.0)
json (1.5.4)
log4r (1.1.9)
macaddr (1.4.0)
systemu (~> 2.2.0)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (1.0.0)
nokogiri (>= 1.2.1)
mime-types (1.16)
mixpanel_client (2.0.1)
json (~> 1.5.1)
multi_json (1.0.3)
multi_xml (0.4.1)
multipart-post (1.1.3)
net-ldap (0.2.2)
newrelic_rpm (3.2.0)
nokogiri (1.5.0)
nokogiri (1.5.0-x86-mingw32)
oa-basic (0.3.0)
oa-core (= 0.3.0)
rest-client (~> 1.6.0)
oa-core (0.3.0)
oa-enterprise (0.3.0)
XMLCanonicalizer (~> 1.0.1)
addressable (~> 2.2.6)
net-ldap (~> 0.2.2)
nokogiri (~> 1.5.0)
oa-core (= 0.3.0)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
uuid
oa-more (0.3.0)
multi_json (~> 1.0.0)
oa-core (= 0.3.0)
rest-client (~> 1.6.0)
oa-oauth (0.3.0)
faraday (~> 0.7.3)
multi_json (~> 1.0.0)
multi_xml (~> 0.4.0)
oa-core (= 0.3.0)
oauth (~> 0.4.0)
oauth2 (~> 0.5.0)
oa-openid (0.3.0)
oa-core (= 0.3.0)
rack-openid (~> 1.3.1)
ruby-openid-apps-discovery (~> 1.2.0)
oauth (0.4.5)
oauth2 (0.5.1)
faraday (~> 0.7.4)
multi_json (~> 1.0.3)
omniauth (0.3.0)
oa-basic (= 0.3.0)
oa-core (= 0.3.0)
oa-enterprise (= 0.3.0)
oa-more (= 0.3.0)
oa-oauth (= 0.3.0)
oa-openid (= 0.3.0)
pg (0.11.0)
pg (0.11.0-x86-mingw32)
polyglot (0.3.2)
pyu-ruby-sasl (0.0.3.3)
rack (1.3.4)
rack-cache (1.1)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.1)
actionmailer (= 3.1.1)
actionpack (= 3.1.1)
activerecord (= 3.1.1)
activeresource (= 3.1.1)
activesupport (= 3.1.1)
bundler (~> 1.0)
railties (= 3.1.1)
railties (3.1.1)
actionpack (= 3.1.1)
activesupport (= 3.1.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.8.7)
rdoc (3.10)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
rubyntlm (0.1.1)
sprockets (2.0.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
systemu (2.2.0)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thin (1.2.11-x86-mingw32)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.30)
uglifier (1.0.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
uuid (2.3.4)
macaddr (~> 1.0)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
airbrake
delayed_job (= 2.1.4)
exception_notification
geokit
htmlentities
json
koala!
mechanize (= 1.0.0)
mixpanel_client
newrelic_rpm
oa-basic
omniauth
pg
rails (= 3.1.1)
rake (= 0.8.7)
thin
uglifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment