Bump diaspora_federation
This commit is contained in:
parent
746ff52256
commit
80bfc3fcfd
2 changed files with 16 additions and 16 deletions
6
Gemfile
6
Gemfile
|
|
@ -15,8 +15,8 @@ gem "unicorn-worker-killer", "0.4.4"
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
||||||
gem "diaspora_federation-json_schema", "0.2.2"
|
gem "diaspora_federation-json_schema", "0.2.3"
|
||||||
gem "diaspora_federation-rails", "0.2.2"
|
gem "diaspora_federation-rails", "0.2.3"
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
@ -292,7 +292,7 @@ group :test do
|
||||||
gem "timecop", "0.9.1"
|
gem "timecop", "0.9.1"
|
||||||
gem "webmock", "3.0.1", require: false
|
gem "webmock", "3.0.1", require: false
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.2"
|
gem "diaspora_federation-test", "0.2.3"
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
gem "coveralls", "0.8.21", require: false
|
gem "coveralls", "0.8.21", require: false
|
||||||
|
|
|
||||||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -166,18 +166,18 @@ GEM
|
||||||
devise
|
devise
|
||||||
rails (>= 3.0.4)
|
rails (>= 3.0.4)
|
||||||
diaspora-prosody-config (0.0.7)
|
diaspora-prosody-config (0.0.7)
|
||||||
diaspora_federation (0.2.2)
|
diaspora_federation (0.2.3)
|
||||||
faraday (>= 0.9.0, < 0.14.0)
|
faraday (>= 0.9.0, < 0.15.0)
|
||||||
faraday_middleware (>= 0.10.0, < 0.13.0)
|
faraday_middleware (>= 0.10.0, < 0.13.0)
|
||||||
nokogiri (~> 1.6, >= 1.6.8)
|
nokogiri (~> 1.6, >= 1.6.8)
|
||||||
typhoeus (~> 1.0)
|
typhoeus (~> 1.0)
|
||||||
valid (~> 1.0)
|
valid (~> 1.0)
|
||||||
diaspora_federation-json_schema (0.2.2)
|
diaspora_federation-json_schema (0.2.3)
|
||||||
diaspora_federation-rails (0.2.2)
|
diaspora_federation-rails (0.2.3)
|
||||||
actionpack (>= 4.2, < 6)
|
actionpack (>= 4.2, < 6)
|
||||||
diaspora_federation (= 0.2.2)
|
diaspora_federation (= 0.2.3)
|
||||||
diaspora_federation-test (0.2.2)
|
diaspora_federation-test (0.2.3)
|
||||||
diaspora_federation (= 0.2.2)
|
diaspora_federation (= 0.2.3)
|
||||||
fabrication (~> 2.16)
|
fabrication (~> 2.16)
|
||||||
uuid (~> 2.3, >= 2.3.8)
|
uuid (~> 2.3, >= 2.3.8)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
|
|
@ -194,7 +194,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
et-orbi (1.0.5)
|
et-orbi (1.0.5)
|
||||||
tzinfo
|
tzinfo
|
||||||
ethon (0.10.1)
|
ethon (0.11.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.59.0)
|
excon (0.59.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
|
|
@ -204,7 +204,7 @@ GEM
|
||||||
sigar (~> 0.7.3)
|
sigar (~> 0.7.3)
|
||||||
state_machines
|
state_machines
|
||||||
thor
|
thor
|
||||||
fabrication (2.16.3)
|
fabrication (2.20.1)
|
||||||
factory_girl (4.8.0)
|
factory_girl (4.8.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.8.0)
|
factory_girl_rails (4.8.0)
|
||||||
|
|
@ -783,9 +783,9 @@ DEPENDENCIES
|
||||||
devise (= 4.3.0)
|
devise (= 4.3.0)
|
||||||
devise_lastseenable (= 0.0.6)
|
devise_lastseenable (= 0.0.6)
|
||||||
diaspora-prosody-config (= 0.0.7)
|
diaspora-prosody-config (= 0.0.7)
|
||||||
diaspora_federation-json_schema (= 0.2.2)
|
diaspora_federation-json_schema (= 0.2.3)
|
||||||
diaspora_federation-rails (= 0.2.2)
|
diaspora_federation-rails (= 0.2.3)
|
||||||
diaspora_federation-test (= 0.2.2)
|
diaspora_federation-test (= 0.2.3)
|
||||||
entypo-rails (= 3.0.0)
|
entypo-rails (= 3.0.0)
|
||||||
eye (= 0.9.2)
|
eye (= 0.9.2)
|
||||||
factory_girl_rails (= 4.8.0)
|
factory_girl_rails (= 4.8.0)
|
||||||
|
|
@ -904,4 +904,4 @@ DEPENDENCIES
|
||||||
will_paginate (= 3.1.6)
|
will_paginate (= 3.1.6)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.15.4
|
1.16.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue