bump diaspora_federation to v0.1.0
This commit is contained in:
parent
1bbe49230c
commit
88d91233d3
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
|
||||
|
||||
gem "diaspora_federation-rails", "0.0.13"
|
||||
gem "diaspora_federation-rails", "0.1.0"
|
||||
|
||||
# API and JSON
|
||||
|
||||
|
|
@ -289,7 +289,7 @@ group :test do
|
|||
gem "webmock", "2.1.0", require: false
|
||||
gem "shoulda-matchers", "3.1.1"
|
||||
|
||||
gem "diaspora_federation-test", "0.0.13"
|
||||
gem "diaspora_federation-test", "0.1.0"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -172,18 +172,18 @@ GEM
|
|||
devise
|
||||
rails (>= 3.0.4)
|
||||
diaspora-prosody-config (0.0.5)
|
||||
diaspora_federation (0.0.13)
|
||||
diaspora_federation (0.1.0)
|
||||
faraday (~> 0.9.0)
|
||||
faraday_middleware (~> 0.10.0)
|
||||
nokogiri (~> 1.6, >= 1.6.7.2)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-rails (0.0.13)
|
||||
diaspora_federation (= 0.0.13)
|
||||
diaspora_federation-rails (0.1.0)
|
||||
diaspora_federation (= 0.1.0)
|
||||
rails (~> 4.2)
|
||||
diaspora_federation-test (0.0.13)
|
||||
diaspora_federation (= 0.0.13)
|
||||
factory_girl (~> 4.5, >= 4.5.0)
|
||||
diaspora_federation-test (0.1.0)
|
||||
diaspora_federation (= 0.1.0)
|
||||
factory_girl (~> 4.7)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
domain_name (0.5.20160310)
|
||||
|
|
@ -927,8 +927,8 @@ DEPENDENCIES
|
|||
devise-token_authenticatable (= 0.4.6)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora-prosody-config (= 0.0.5)
|
||||
diaspora_federation-rails (= 0.0.13)
|
||||
diaspora_federation-test (= 0.0.13)
|
||||
diaspora_federation-rails (= 0.1.0)
|
||||
diaspora_federation-test (= 0.1.0)
|
||||
entypo-rails (= 3.0.0.pre.rc2)
|
||||
eye (= 0.8.1)
|
||||
factory_girl_rails (= 4.7.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue