mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Bump diaspora_federation
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -19,8 +19,8 @@ gem "puma", "6.3.0", require: false
|
||||
|
||||
# Federation
|
||||
|
||||
gem "diaspora_federation-json_schema", "1.0.1"
|
||||
gem "diaspora_federation-rails", "1.0.1"
|
||||
gem "diaspora_federation-json_schema", "1.1.0"
|
||||
gem "diaspora_federation-rails", "1.1.0"
|
||||
|
||||
# API and JSON
|
||||
|
||||
@@ -241,7 +241,7 @@ group :test do
|
||||
gem "timecop", "0.9.5"
|
||||
gem "webmock", "3.14.0", require: false
|
||||
|
||||
gem "diaspora_federation-test", "1.0.1"
|
||||
gem "diaspora_federation-test", "1.1.0"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
||||
24
Gemfile.lock
24
Gemfile.lock
@@ -211,18 +211,18 @@ GEM
|
||||
devise_lastseenable (0.0.6)
|
||||
devise
|
||||
rails (>= 3.0.4)
|
||||
diaspora_federation (1.0.1)
|
||||
diaspora_federation (1.1.0)
|
||||
faraday (>= 1.0, < 3)
|
||||
faraday-follow_redirects (~> 0.3)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (1.0.1)
|
||||
diaspora_federation-rails (1.0.1)
|
||||
diaspora_federation-json_schema (1.1.0)
|
||||
diaspora_federation-rails (1.1.0)
|
||||
actionpack (>= 5.2, < 8)
|
||||
diaspora_federation (= 1.0.1)
|
||||
diaspora_federation-test (1.0.1)
|
||||
diaspora_federation (= 1.0.1)
|
||||
diaspora_federation (= 1.1.0)
|
||||
diaspora_federation-test (1.1.0)
|
||||
diaspora_federation (= 1.1.0)
|
||||
fabrication (~> 2.29)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
diff-lcs (1.5.0)
|
||||
@@ -238,7 +238,7 @@ GEM
|
||||
rake
|
||||
et-orbi (1.2.7)
|
||||
tzinfo
|
||||
ethon (0.15.0)
|
||||
ethon (0.16.0)
|
||||
ffi (>= 1.15.0)
|
||||
excon (0.92.3)
|
||||
execjs (2.8.1)
|
||||
@@ -248,7 +248,7 @@ GEM
|
||||
kostya-sigar (~> 2.0.0)
|
||||
state_machines
|
||||
thor
|
||||
fabrication (2.29.0)
|
||||
fabrication (2.30.0)
|
||||
factory_bot (6.2.1)
|
||||
activesupport (>= 5.0.0)
|
||||
factory_bot_rails (6.2.0)
|
||||
@@ -438,7 +438,7 @@ GEM
|
||||
multi_json (1.15.0)
|
||||
multi_test (0.1.2)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.2.3)
|
||||
multipart-post (2.3.0)
|
||||
mysql2 (0.5.4)
|
||||
naught (1.1.0)
|
||||
net-imap (0.3.6)
|
||||
@@ -808,9 +808,9 @@ DEPENDENCIES
|
||||
devise (= 4.8.1)
|
||||
devise-two-factor (= 4.0.2)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora_federation-json_schema (= 1.0.1)
|
||||
diaspora_federation-rails (= 1.0.1)
|
||||
diaspora_federation-test (= 1.0.1)
|
||||
diaspora_federation-json_schema (= 1.1.0)
|
||||
diaspora_federation-rails (= 1.1.0)
|
||||
diaspora_federation-test (= 1.1.0)
|
||||
eye (= 0.10.0)
|
||||
factory_bot_rails (= 6.2.0)
|
||||
faraday (= 1.10.0)
|
||||
|
||||
Reference in New Issue
Block a user