Bump diaspora_federation
This commit is contained in:
parent
2c3f116326
commit
1b1db3bb0c
2 changed files with 11 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -13,7 +13,7 @@ gem "unicorn-worker-killer", "0.4.4"
|
||||||
|
|
||||||
# Federation
|
# Federation
|
||||||
|
|
||||||
gem "diaspora_federation-rails", "0.2.0"
|
gem "diaspora_federation-rails", "0.2.1"
|
||||||
|
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
|
|
@ -294,7 +294,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.0"
|
gem "diaspora_federation-test", "0.2.1"
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
gem 'coveralls', require: false
|
gem 'coveralls', require: false
|
||||||
|
|
|
||||||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -162,17 +162,17 @@ 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.0)
|
diaspora_federation (0.2.1)
|
||||||
faraday (>= 0.9.0, < 0.13.0)
|
faraday (>= 0.9.0, < 0.13.0)
|
||||||
faraday_middleware (>= 0.10.0, < 0.12.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-rails (0.2.0)
|
diaspora_federation-rails (0.2.1)
|
||||||
actionpack (>= 4.2, < 6)
|
actionpack (>= 4.2, < 6)
|
||||||
diaspora_federation (= 0.2.0)
|
diaspora_federation (= 0.2.1)
|
||||||
diaspora_federation-test (0.2.0)
|
diaspora_federation-test (0.2.1)
|
||||||
diaspora_federation (= 0.2.0)
|
diaspora_federation (= 0.2.1)
|
||||||
fabrication (~> 2.16.0)
|
fabrication (~> 2.16.0)
|
||||||
uuid (~> 2.3.8)
|
uuid (~> 2.3.8)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
|
|
@ -199,7 +199,7 @@ GEM
|
||||||
sigar (~> 0.7.3)
|
sigar (~> 0.7.3)
|
||||||
state_machines
|
state_machines
|
||||||
thor
|
thor
|
||||||
fabrication (2.16.1)
|
fabrication (2.16.2)
|
||||||
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)
|
||||||
|
|
@ -772,8 +772,8 @@ 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-rails (= 0.2.0)
|
diaspora_federation-rails (= 0.2.1)
|
||||||
diaspora_federation-test (= 0.2.0)
|
diaspora_federation-test (= 0.2.1)
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue