update messagebus gem

This commit is contained in:
Maxwell Salzberg 2012-01-23 16:29:19 -08:00
parent 8f38a19976
commit c073cb078f
2 changed files with 16 additions and 16 deletions

View file

@ -24,7 +24,7 @@ gem 'twitter', '2.0.2'
# mail # mail
gem 'messagebus_ruby_api', '1.0.1' gem 'messagebus_ruby_api', '1.0.3'
group :production do # we don't install these on travis to speed up test runs group :production do # we don't install these on travis to speed up test runs
# reporting # reporting

View file

@ -63,9 +63,9 @@ GEM
activesupport (= 3.0.11) activesupport (= 3.0.11)
arel (~> 2.0.10) arel (~> 2.0.10)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activerecord-import (0.2.8) activerecord-import (0.2.9)
activerecord (~> 3.0pre) activerecord (~> 3.0)
activerecord (~> 3.0pre) activerecord (~> 3.0)
activeresource (3.0.11) activeresource (3.0.11)
activemodel (= 3.0.11) activemodel (= 3.0.11)
activesupport (= 3.0.11) activesupport (= 3.0.11)
@ -120,7 +120,7 @@ GEM
capybara (>= 1.1.2) capybara (>= 1.1.2)
cucumber (>= 1.1.3) cucumber (>= 1.1.3)
nokogiri (>= 1.5.0) nokogiri (>= 1.5.0)
daemons (1.1.5) daemons (1.1.6)
database_cleaner (0.7.1) database_cleaner (0.7.1)
devise (1.3.4) devise (1.3.4)
bcrypt-ruby (~> 2.1.2) bcrypt-ruby (~> 2.1.2)
@ -135,16 +135,16 @@ GEM
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
eventmachine (0.12.10) eventmachine (0.12.10)
excon (0.9.4) excon (0.9.5)
factory_girl (2.5.0) factory_girl (2.5.0)
activesupport activesupport
factory_girl_rails (1.6.0) factory_girl_rails (1.6.0)
factory_girl (~> 2.5.0) factory_girl (~> 2.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.7.0) faraday (0.7.6)
addressable (~> 2.2.4) addressable (~> 2.2)
multipart-post (~> 1.1.0) multipart-post (~> 1.1)
rack (>= 1.1.0, < 2) rack (~> 1.1)
faraday-stack (0.1.4) faraday-stack (0.1.4)
faraday (>= 0.6, < 0.8) faraday (>= 0.6, < 0.8)
fastercsv (1.5.4) fastercsv (1.5.4)
@ -174,7 +174,7 @@ GEM
rspec-instafail (~> 0.1.8) rspec-instafail (~> 0.1.8)
ruby-progressbar (~> 0.0.10) ruby-progressbar (~> 0.0.10)
gem_plugin (0.2.3) gem_plugin (0.2.3)
gherkin (2.7.3) gherkin (2.7.4)
json (>= 1.4.6) json (>= 1.4.6)
haml (3.1.4) haml (3.1.4)
hashie (1.2.0) hashie (1.2.0)
@ -218,11 +218,11 @@ GEM
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
messagebus_ruby_api (1.0.1) messagebus_ruby_api (1.0.3)
mime-types (1.17.2) mime-types (1.17.2)
mini_magick (3.4) mini_magick (3.4)
subexec (~> 0.2.1) subexec (~> 0.2.1)
mobile-fu (0.3.0) mobile-fu (1.0.0)
rack-mobile-detect rack-mobile-detect
rails rails
mock_redis (0.3.0) mock_redis (0.3.0)
@ -267,7 +267,7 @@ GEM
omniauth-oauth (~> 1.0) omniauth-oauth (~> 1.0)
open4 (1.3.0) open4 (1.3.0)
orm_adapter (0.0.6) orm_adapter (0.0.6)
parallel (0.5.11) parallel (0.5.12)
parallel_tests (0.6.16) parallel_tests (0.6.16)
parallel parallel
pg (0.12.2) pg (0.12.2)
@ -383,7 +383,7 @@ GEM
typhoeus (0.3.3) typhoeus (0.3.3)
mime-types mime-types
tzinfo (0.3.31) tzinfo (0.3.31)
vegas (0.1.8) vegas (0.1.11)
rack (>= 1.0.0) rack (>= 1.0.0)
warden (1.0.6) warden (1.0.6)
rack (>= 1.0) rack (>= 1.0)
@ -444,7 +444,7 @@ DEPENDENCIES
json json
jwt jwt
linecache (= 0.46) linecache (= 0.46)
messagebus_ruby_api (= 1.0.1) messagebus_ruby_api (= 1.0.3)
mini_magick (= 3.4) mini_magick (= 3.4)
mobile-fu mobile-fu
mock_redis mock_redis