Skip to content

Instantly share code, notes, and snippets.

@dblock
Last active December 11, 2015 02:59
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 dblock/4534522 to your computer and use it in GitHub Desktop.
Save dblock/4534522 to your computer and use it in GitHub Desktop.
Infinite loop in bundler?
source "http://rubygems.org"
ruby '1.9.3'
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
gem "rails", "~> 3.2"
gem "thin", "1.5.0"
gem "grape", "0.2.6"
gem "mongoid", "3.0.15"
gem "garner", :git => "https://github.com/dblock/garner.git", :ref => "38ae99a318ec"
gem "mongoid-history", "0.3.1"
gem "kaminari", "0.14.1"
gem "rdiscount", "1.6.8"
gem "redcarpet", "~> 2.0.0b"
gem "devise", "2.1.0"
gem "devise-encryptable", "0.1.1"
gem "devise_invitable", :git => "https://github.com/dblock/devise_invitable.git", :ref => "906ea2eca477"
gem "oauth2", "~> 0.6.0"
gem "warden_oauth", "0.1.1"
gem "compass", "~> 0.11.0"
gem "simple_form", "2.0.1"
gem "haml", "3.1.6"
gem "haml-rails", :git => "https://github.com/indirect/haml-rails.git", :ref => "92c41db61f20"
gem "fog", "~> 1.6.0"
gem "rmagick", "2.13.1"
gem "carrierwave", "~> 0.7"
gem "carrierwave-mongoid", :git => "https://github.com/dblock/carrierwave-mongoid.git", :ref => "4b2978849ded"
gem "jquery-rails", "0.2.7"
gem "stringex", :git => "https://github.com/dblock/stringex.git", :ref => "0b1c8f52f73d"
gem "mongoid_slug", "~> 2.0.1"
gem "jammit", :git => "https://github.com/macreery/jammit.git", :ref => "7b387d8da6d0"
gem "delayed_job", "~> 3.0.3", :git => "https://github.com/collectiveidea/delayed_job.git", :ref => "87dbc62a37e7"
gem "daemons"
gem "delayed_job_mongoid", "2.0.0"
gem "sanitize", "2.0.3"
gem "delayed_task", "0.1.4"
gem "frac", "0.9.5"
gem "analytical", :git => "https://github.com/macreery/analytical.git", :ref => "6ba830e81977"
gem "cancan", "1.6.5"
gem "money", "3.7.1"
gem "google_currency", "1.2.0"
gem "googlecharts", "1.6.6"
gem "nokogiri", "1.5.0"
gem "oj", "1.4.5"
gem "multi_json", "1.3.6"
gem "right_aws", :git => "https://github.com/rightscale/right_aws.git", :ref => "6e63ad89f6bb", :require => false
gem "spreadsheet", "0.6.8"
gem "to_xls", :git => "https://github.com/dblock/to_xls.git", :ref => "f72679a6c34c"
gem "mongoid_collection_snapshot", "0.2.0"
gem "mail_view", :git => "https://github.com/37signals/mail_view.git", :ref => "750cbd8bea04"
gem "tilt", "~> 1.3"
gem "useragent", :git => "https://github.com/jilion/useragent.git", :ref => "179acf1ff70b"
gem "handles_sortable_columns", "0.1.3"
gem "stemmer", "1.0.1"
gem "callsite", "0.0.11"
gem "hpricot", "0.8.4"
gem "delayed_job_shallow_mongoid", "0.5.1"
gem "i18n", "0.6.0"
gem "digimarc", "0.1.1", :path => "./vendor/gems/digimarc-0.1.1/"
gem "rack-contrib", :git => "https://github.com/rack/rack-contrib.git", :require => [ "rack/contrib", "rack/contrib/jsonp" ], :ref => "af3663ca6200"
gem "mongoid-cached-json", "1.3.0"
gem "encryptor", "1.1.3"
gem "statsd-ruby"
gem "numbers_and_words", "0.3.1"
gem "omniauth-facebook"
gem "omniauth-twitter"
gem "mailchimp", "~> 0.0.7.alpha", :require => false
gem "heroku", "~> 2.30.1"
gem "mongoid_orderable", "1.1.0"
gem "country-select", "~> 1.1.1"
gem "sunspot_rails", :git => "https://github.com/aaw/sunspot.git", :ref => "81a28a6e4a74"
gem "sunspot_mongo", :git => "https://github.com/aaw/sunspot_mongo.git", :ref => "1f429507a5f7"
gem "country-select", "~> 1.1.1"
gem "km", "~> 1.1.2"
gem "geocoder", "~> 1.1.2"
gem "amatch", "~> 0.2.10"
gem "timezone", "~> 0.1.5"
gem "embedly", "~> 1.5.6", require: false
gem "typhoeus", :git => "https://github.com/macreery/typhoeus.git", :ref => "1fbdd29ff6d8"
gem "execjs"
gem "balanced", "~> 0.3.11", require: false
gem "htmlentities"
gem "mongoid-locker", '~> 0.2'
gem "rack-cors", "0.2.7"
gem "rack-timeout", "0.0.3"
gem 'tax_cloud', "~> 0.2.0"
gem "newrelic_moped", "~> 0.0.3"
gem "newrelic_rpm", "~> 3.5"
gem "ruby-progressbar", "~> 0.0.10", :require => false
gem "em-proxy", ">= 0.1.8"
gem "heroku-forward", "~> 0.1"
gem "newrelic-grape", "~> 1.1.0"
group :development do
gem "faker"
gem "yard", "0.6.4"
gem "yard-dm", "0.1.1"
gem "ruby_parser"
gem "ruby-debug19"
gem "ruby-debug-base19x", "~> 0.11.30.pre4"
gem "rails3-generators", "0.17.4"
gem "hirb"
gem "right_http_connection", :git => "https://github.com/rightscale/right_http_connection.git", :ref => "a68e26877675"
gem "barista", :git => "https://github.com/dblock/barista.git", :ref => "5ecffa74f475", :platforms => :ruby
gem "coffee-script", "2.2", :platforms => :ruby
gem "gem-licenses", "0.1.2"
gem "sprockets", "~> 2.0"
gem "linecache19", :git => "https://github.com/mark-moseley/linecache.git", :ref => "869c6a651550"
gem "rack-rewrite", "~> 1.2.1"
end
group :development, :test do
gem "rake", "0.9.2"
gem "jasmine", :git => "https://github.com/pivotal/jasmine-gem.git", :ref => "478c6027a19f" # "~> 1.3.2"
gem "guard"
gem "guard-coffeescript"
gem "guard-spork"
gem "guard-shell"
gem "growl"
gem "terminal-notifier"
gem "whenever", :require => false
gem "pathy"
end
group :test do
gem "rspec", "~> 2.11.0"
gem "spork", "~> 1.0.0rc3"
gem "steak", "2.0"
gem "capybara", "1.1.2"
gem "selenium-webdriver", "~> 2.25.0"
gem "fabrication", "1.3.2"
gem "fuubar", "0.0.6"
gem "ci_reporter", "~> 1.6"
gem "shoulda-matchers", "1.0"
gem "show_me_the_cookies", "1.1.1"
gem "webmock"
end
group :production, :staging do
gem "dalli", "2.1.0"
end
rest-client (~> 1.6.1) ruby
mime-types (>= 1.16) ruby
omniauth-facebook (>= 0) ruby
omniauth-oauth2 (~> 1.1.0) ruby
oauth2 (~> 0.8.0) ruby
oauth2 (~> 0.8.0) ruby
omniauth-oauth2 (~> 1.0.2) ruby
oauth2 (~> 0.8.0) ruby
oauth2 (~> 0.6.0) ruby
columnize (>= 0.3.1) ruby
columnize (>= 0.3.1) ruby
omniauth (~> 1.0) ruby
hashie (~> 1.2) ruby
multipart-post (~> 1.1) ruby
posix-spawn (~> 0.3) ruby
ruby-debug-base19 (>= 0.11.19) ruby
linecache19 (>= 0.5.11) ruby
ruby_core_source (>= 0.1.4) ruby
columnize (>= 0.3.1) ruby
libwebsocket (~> 0.1.3) ruby
rack-test (>= 0.5.4) ruby
statsd-ruby (>= 0) ruby
guard-shell (>= 0) ruby
newrelic_rpm (~> 3.5.1) ruby
newrelic_rpm (>= 0) ruby
newrelic_rpm (~> 3.5) ruby
websocket (>= 0) ruby
compass (~> 0.11.0) ruby
fssm (>= 0.2.7) ruby
chunky_png (~> 1.2) ruby
subexec (>= 0) ruby
rack-accept (>= 0) ruby
daemons (>= 1.0.9) ruby
daemons (>= 0) ruby
origin (~> 1.0) ruby
builder (>= 2.1.2) ruby
builder (>= 0) ruby
builder (>= 2.1.2) ruby
builder (>= 2.1.2) ruby
builder (>= 0) ruby
htmlentities (>= 0) ruby
childprocess (>= 0.2.5) ruby
activemodel (>= 3.2.0) ruby
activemodel (~> 3.1) ruby
activemodel (~> 3.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
activemodel (>= 3.2.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
activemodel (>= 3.2.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
builder (~> 3.0.0) ruby
ffi (~> 1.0.6) ruby
ffi (~> 1.0) ruby
rubyzip (>= 0) ruby
rubyzip (>= 0) ruby
activesupport (>= 3.2.0) ruby
i18n (~> 0.6) ruby
activesupport (~> 3.0) ruby
multi_json (~> 1.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
activesupport (~> 3.0) ruby
activesupport (>= 0) ruby
activesupport (>= 3.0.0) ruby
activesupport (~> 3.0) ruby
activesupport (>= 0) ruby
rails (~> 3.2) ruby
activesupport (= 3.2.11) ruby
rails (~> 3.0) ruby
rails (~> 3.0) ruby
activeresource (= 3.2.11) ruby
activesupport (= 3.2.11) ruby
railties (= 3.2.11) ruby
rake (>= 0.8.7) ruby
railties (~> 3.1) ruby
railties (>= 3.0.0) ruby
railties (~> 3.0) ruby
activesupport (= 3.2.11) ruby
thor (< 2.0, >= 0.14.6) ruby
rack-ssl (~> 1.3.2) ruby
activerecord (= 3.2.11) ruby
activesupport (= 3.2.11) ruby
activemodel (= 3.2.11) ruby
builder (~> 3.0.0) ruby
activesupport (= 3.2.10) ruby
activesupport (= 3.2.9) ruby
activesupport (= 3.2.8) ruby
activesupport (= 3.2.7) ruby
activesupport (= 3.2.6) ruby
activesupport (= 3.2.5) ruby
activesupport (= 3.2.4) ruby
activesupport (= 3.2.3) ruby
activesupport (= 3.2.2) ruby
activesupport (= 3.2.1) ruby
activesupport (= 3.2.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
activesupport (>= 3.0.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
multi_json (~> 1.0) ruby
i18n (~> 0.6) ruby
rails (~> 3.2) ruby
activesupport (= 3.2.11) ruby
activesupport (= 3.2.10) ruby
rails (~> 3.0) ruby
rails (~> 3.0) ruby
activeresource (= 3.2.10) ruby
activesupport (= 3.2.10) ruby
railties (= 3.2.10) ruby
rake (>= 0.8.7) ruby
railties (~> 3.1) ruby
railties (>= 3.0.0) ruby
railties (~> 3.0) ruby
activesupport (= 3.2.10) ruby
thor (< 2.0, >= 0.14.6) ruby
rack-ssl (~> 1.3.2) ruby
activerecord (= 3.2.10) ruby
activesupport (= 3.2.10) ruby
activemodel (= 3.2.10) ruby
builder (~> 3.0.0) ruby
activesupport (= 3.2.9) ruby
activesupport (= 3.2.8) ruby
activesupport (= 3.2.7) ruby
activesupport (= 3.2.6) ruby
activesupport (= 3.2.5) ruby
activesupport (= 3.2.4) ruby
activesupport (= 3.2.3) ruby
activesupport (= 3.2.2) ruby
activesupport (= 3.2.1) ruby
activesupport (= 3.2.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
activesupport (>= 3.0.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
multi_json (~> 1.0) ruby
i18n (~> 0.6) ruby
rails (~> 3.2) ruby
activesupport (= 3.2.11) ruby
activesupport (= 3.2.10) ruby
activesupport (= 3.2.9) ruby
rails (~> 3.0) ruby
rails (~> 3.0) ruby
activeresource (= 3.2.9) ruby
activesupport (= 3.2.9) ruby
railties (= 3.2.9) ruby
rake (>= 0.8.7) ruby
railties (~> 3.1) ruby
railties (>= 3.0.0) ruby
railties (~> 3.0) ruby
activesupport (= 3.2.9) ruby
thor (< 2.0, >= 0.14.6) ruby
rack-ssl (~> 1.3.2) ruby
activerecord (= 3.2.9) ruby
activesupport (= 3.2.9) ruby
activemodel (= 3.2.9) ruby
builder (~> 3.0.0) ruby
rails (~> 3.0) ruby
rails (~> 3.0) ruby
activesupport (= 3.2.8) ruby
activesupport (= 3.2.7) ruby
activesupport (= 3.2.6) ruby
activesupport (= 3.2.5) ruby
activesupport (= 3.2.4) ruby
activesupport (= 3.2.3) ruby
activesupport (= 3.2.2) ruby
activesupport (= 3.2.1) ruby
activesupport (= 3.2.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (~> 3.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
activesupport (>= 3.0.0) ruby
activesupport (>= 0) ruby
activesupport (>= 0) ruby
i18n (~> 0.6) ruby
multi_json (~> 1.0) ruby
rails (~> 3.2) ruby
activesupport (= 3.2.11) ruby
activesupport (= 3.2.10) ruby
activesupport (= 3.2.9) ruby
activesupport (= 3.2.8) ruby
rails (~> 3.0) ruby
rails (~> 3.0) ruby
activerecord (= 3.2.8) ruby
activesupport (= 3.2.8) ruby
bundler (~> 1.0) ruby
actionmailer (= 3.2.8) ruby
railties (= 3.2.8) ruby
railties (~> 3.1) ruby
railties (~> 3.0) ruby
railties (>= 3.0.0) ruby
@dblock
Copy link
Author

dblock commented Jan 14, 2013

~/source/gravity/dblock$ bundle -v
Bundler version 1.2.3
~/source/gravity/dblock$ ruby -v
ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin11.4.2]
~/source/gravity/dblock$ gem -v
1.8.24
~/source/gravity/dblock$ rvm -v
rvm 1.17.7 (stable) by Wayne E. Seguin wayneeseguin@gmail.com, Michal Papis mpapis@gmail.com [https://rvm.io/]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment