Bump diaspora_federation to support rails 6
This commit is contained in:
parent
13eb095e83
commit
0382cb48c1
2 changed files with 13 additions and 13 deletions
6
Gemfile
6
Gemfile
|
|
@ -15,8 +15,8 @@ gem "unicorn-worker-killer", "0.4.5"
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
||||||
gem "diaspora_federation-json_schema", "0.2.7"
|
gem "diaspora_federation-json_schema", "0.2.8"
|
||||||
gem "diaspora_federation-rails", "0.2.7"
|
gem "diaspora_federation-rails", "0.2.8"
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
@ -278,7 +278,7 @@ group :test do
|
||||||
gem "timecop", "0.9.5"
|
gem "timecop", "0.9.5"
|
||||||
gem "webmock", "3.14.0", require: false
|
gem "webmock", "3.14.0", require: false
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.7"
|
gem "diaspora_federation-test", "0.2.8"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
||||||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -190,18 +190,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.7)
|
diaspora_federation (0.2.8)
|
||||||
faraday (>= 0.9.0, < 1.0)
|
faraday (>= 0.9.0, < 1.0)
|
||||||
faraday_middleware (>= 0.10.0, < 1.0)
|
faraday_middleware (>= 0.10.0, < 1.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.7)
|
diaspora_federation-json_schema (0.2.8)
|
||||||
diaspora_federation-rails (0.2.7)
|
diaspora_federation-rails (0.2.8)
|
||||||
actionpack (>= 4.2, < 6)
|
actionpack (>= 4.2, < 7)
|
||||||
diaspora_federation (= 0.2.7)
|
diaspora_federation (= 0.2.8)
|
||||||
diaspora_federation-test (0.2.7)
|
diaspora_federation-test (0.2.8)
|
||||||
diaspora_federation (= 0.2.7)
|
diaspora_federation (= 0.2.8)
|
||||||
fabrication (~> 2.16)
|
fabrication (~> 2.16)
|
||||||
uuid (~> 2.3, >= 2.3.8)
|
uuid (~> 2.3, >= 2.3.8)
|
||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.0)
|
||||||
|
|
@ -796,9 +796,9 @@ DEPENDENCIES
|
||||||
devise-two-factor (= 4.0.2)
|
devise-two-factor (= 4.0.2)
|
||||||
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.7)
|
diaspora_federation-json_schema (= 0.2.8)
|
||||||
diaspora_federation-rails (= 0.2.7)
|
diaspora_federation-rails (= 0.2.8)
|
||||||
diaspora_federation-test (= 0.2.7)
|
diaspora_federation-test (= 0.2.8)
|
||||||
eye (= 0.10.0)
|
eye (= 0.10.0)
|
||||||
factory_girl_rails (= 4.9.0)
|
factory_girl_rails (= 4.9.0)
|
||||||
faraday (= 0.17.5)
|
faraday (= 0.17.5)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue