update messagebus gem
This commit is contained in:
parent
8f38a19976
commit
c073cb078f
2 changed files with 16 additions and 16 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ gem 'twitter', '2.0.2'
|
|||
|
||||
# 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
|
||||
# reporting
|
||||
|
|
|
|||
30
Gemfile.lock
30
Gemfile.lock
|
|
@ -63,9 +63,9 @@ GEM
|
|||
activesupport (= 3.0.11)
|
||||
arel (~> 2.0.10)
|
||||
tzinfo (~> 0.3.23)
|
||||
activerecord-import (0.2.8)
|
||||
activerecord (~> 3.0pre)
|
||||
activerecord (~> 3.0pre)
|
||||
activerecord-import (0.2.9)
|
||||
activerecord (~> 3.0)
|
||||
activerecord (~> 3.0)
|
||||
activeresource (3.0.11)
|
||||
activemodel (= 3.0.11)
|
||||
activesupport (= 3.0.11)
|
||||
|
|
@ -120,7 +120,7 @@ GEM
|
|||
capybara (>= 1.1.2)
|
||||
cucumber (>= 1.1.3)
|
||||
nokogiri (>= 1.5.0)
|
||||
daemons (1.1.5)
|
||||
daemons (1.1.6)
|
||||
database_cleaner (0.7.1)
|
||||
devise (1.3.4)
|
||||
bcrypt-ruby (~> 2.1.2)
|
||||
|
|
@ -135,16 +135,16 @@ GEM
|
|||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
eventmachine (0.12.10)
|
||||
excon (0.9.4)
|
||||
excon (0.9.5)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
factory_girl_rails (1.6.0)
|
||||
factory_girl (~> 2.5.0)
|
||||
railties (>= 3.0.0)
|
||||
faraday (0.7.0)
|
||||
addressable (~> 2.2.4)
|
||||
multipart-post (~> 1.1.0)
|
||||
rack (>= 1.1.0, < 2)
|
||||
faraday (0.7.6)
|
||||
addressable (~> 2.2)
|
||||
multipart-post (~> 1.1)
|
||||
rack (~> 1.1)
|
||||
faraday-stack (0.1.4)
|
||||
faraday (>= 0.6, < 0.8)
|
||||
fastercsv (1.5.4)
|
||||
|
|
@ -174,7 +174,7 @@ GEM
|
|||
rspec-instafail (~> 0.1.8)
|
||||
ruby-progressbar (~> 0.0.10)
|
||||
gem_plugin (0.2.3)
|
||||
gherkin (2.7.3)
|
||||
gherkin (2.7.4)
|
||||
json (>= 1.4.6)
|
||||
haml (3.1.4)
|
||||
hashie (1.2.0)
|
||||
|
|
@ -218,11 +218,11 @@ GEM
|
|||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
messagebus_ruby_api (1.0.1)
|
||||
messagebus_ruby_api (1.0.3)
|
||||
mime-types (1.17.2)
|
||||
mini_magick (3.4)
|
||||
subexec (~> 0.2.1)
|
||||
mobile-fu (0.3.0)
|
||||
mobile-fu (1.0.0)
|
||||
rack-mobile-detect
|
||||
rails
|
||||
mock_redis (0.3.0)
|
||||
|
|
@ -267,7 +267,7 @@ GEM
|
|||
omniauth-oauth (~> 1.0)
|
||||
open4 (1.3.0)
|
||||
orm_adapter (0.0.6)
|
||||
parallel (0.5.11)
|
||||
parallel (0.5.12)
|
||||
parallel_tests (0.6.16)
|
||||
parallel
|
||||
pg (0.12.2)
|
||||
|
|
@ -383,7 +383,7 @@ GEM
|
|||
typhoeus (0.3.3)
|
||||
mime-types
|
||||
tzinfo (0.3.31)
|
||||
vegas (0.1.8)
|
||||
vegas (0.1.11)
|
||||
rack (>= 1.0.0)
|
||||
warden (1.0.6)
|
||||
rack (>= 1.0)
|
||||
|
|
@ -444,7 +444,7 @@ DEPENDENCIES
|
|||
json
|
||||
jwt
|
||||
linecache (= 0.46)
|
||||
messagebus_ruby_api (= 1.0.1)
|
||||
messagebus_ruby_api (= 1.0.3)
|
||||
mini_magick (= 3.4)
|
||||
mobile-fu
|
||||
mock_redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue