Merge branch 'next-minor' into develop
This commit is contained in:
commit
ce597380e6
2 changed files with 13 additions and 13 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.5"
|
gem "diaspora_federation-json_schema", "0.2.6"
|
||||||
gem "diaspora_federation-rails", "0.2.5"
|
gem "diaspora_federation-rails", "0.2.6"
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
@ -297,7 +297,7 @@ group :test do
|
||||||
gem "timecop", "0.9.1"
|
gem "timecop", "0.9.1"
|
||||||
gem "webmock", "3.5.1", require: false
|
gem "webmock", "3.5.1", require: false
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.5"
|
gem "diaspora_federation-test", "0.2.6"
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
gem "coveralls", "0.8.22", require: false
|
gem "coveralls", "0.8.22", require: false
|
||||||
|
|
|
||||||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -177,18 +177,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.5)
|
diaspora_federation (0.2.6)
|
||||||
faraday (>= 0.9.0, < 0.16.0)
|
faraday (>= 0.9.0, < 0.16.0)
|
||||||
faraday_middleware (>= 0.10.0, < 0.13.0)
|
faraday_middleware (>= 0.10.0, < 0.14.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.5)
|
diaspora_federation-json_schema (0.2.6)
|
||||||
diaspora_federation-rails (0.2.5)
|
diaspora_federation-rails (0.2.6)
|
||||||
actionpack (>= 4.2, < 6)
|
actionpack (>= 4.2, < 6)
|
||||||
diaspora_federation (= 0.2.5)
|
diaspora_federation (= 0.2.6)
|
||||||
diaspora_federation-test (0.2.5)
|
diaspora_federation-test (0.2.6)
|
||||||
diaspora_federation (= 0.2.5)
|
diaspora_federation (= 0.2.6)
|
||||||
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)
|
||||||
|
|
@ -800,9 +800,9 @@ DEPENDENCIES
|
||||||
devise (= 4.6.1)
|
devise (= 4.6.1)
|
||||||
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.5)
|
diaspora_federation-json_schema (= 0.2.6)
|
||||||
diaspora_federation-rails (= 0.2.5)
|
diaspora_federation-rails (= 0.2.6)
|
||||||
diaspora_federation-test (= 0.2.5)
|
diaspora_federation-test (= 0.2.6)
|
||||||
entypo-rails (= 3.0.0)
|
entypo-rails (= 3.0.0)
|
||||||
eye (= 0.10.0)
|
eye (= 0.10.0)
|
||||||
factory_girl_rails (= 4.8.0)
|
factory_girl_rails (= 4.8.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue