Bump dependency gems and update gemfiles

This commit is contained in:
Benjamin Neff 2017-08-24 03:21:19 +02:00
parent d28d0c8ab3
commit a92f5dec9c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
5 changed files with 23 additions and 23 deletions

View file

@ -81,7 +81,7 @@ GEM
guard-rubocop (1.3.0)
guard (~> 2.0)
rubocop (~> 0.20)
hashdiff (0.3.5)
hashdiff (0.3.6)
httparty (0.15.6)
multi_xml (>= 0.5.2)
i18n (0.8.6)

View file

@ -21,7 +21,7 @@ group :test do
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.14.1", require: false
gem "simplecov", "0.15.0", require: false
gem "simplecov-rcov", "0.2.3", require: false
# test helpers

View file

@ -2,7 +2,7 @@ PATH
remote: ../..
specs:
diaspora_federation (0.2.1)
faraday (>= 0.9.0, < 0.13.0)
faraday (>= 0.9.0, < 0.14.0)
faraday_middleware (>= 0.10.0, < 0.13.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
@ -24,8 +24,8 @@ GEM
docile (1.1.5)
ethon (0.10.1)
ffi (>= 1.3.0)
fabrication (2.16.2)
faraday (0.12.2)
fabrication (2.16.3)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
@ -33,7 +33,7 @@ GEM
fuubar (2.2.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
hashdiff (0.3.5)
hashdiff (0.3.6)
json (2.1.0)
json-schema (2.8.0)
addressable (>= 2.4)
@ -68,15 +68,15 @@ GEM
rspec-support (3.6.0)
ruby-progressbar (1.8.1)
safe_yaml (1.0.4)
simplecov (0.14.1)
simplecov (0.15.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
systemu (2.6.5)
typhoeus (1.1.2)
typhoeus (1.3.0)
ethon (>= 0.9.0)
uuid (2.3.8)
macaddr (~> 1.0)
@ -100,9 +100,9 @@ DEPENDENCIES
rspec (~> 3.6.0)
rspec-collection_matchers (~> 1.1.2)
rspec-json_expectations (~> 2.1)
simplecov (= 0.14.1)
simplecov (= 0.15.0)
simplecov-rcov (= 0.2.3)
webmock (~> 3.0)
BUNDLED WITH
1.15.3
1.15.4

View file

@ -21,7 +21,7 @@ group :test do
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.14.1", require: false
gem "simplecov", "0.15.0", require: false
gem "simplecov-rcov", "0.2.3", require: false
# test helpers

View file

@ -2,7 +2,7 @@ PATH
remote: ../..
specs:
diaspora_federation (0.2.1)
faraday (>= 0.9.0, < 0.13.0)
faraday (>= 0.9.0, < 0.14.0)
faraday_middleware (>= 0.10.0, < 0.13.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
@ -47,8 +47,8 @@ GEM
erubis (2.7.0)
ethon (0.10.1)
ffi (>= 1.3.0)
fabrication (2.16.2)
faraday (0.12.2)
fabrication (2.16.3)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
@ -56,7 +56,7 @@ GEM
fuubar (2.2.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
hashdiff (0.3.5)
hashdiff (0.3.6)
i18n (0.8.6)
json (2.1.0)
json-schema (2.8.0)
@ -108,7 +108,7 @@ GEM
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-rails (3.6.0)
rspec-rails (3.6.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
@ -119,17 +119,17 @@ GEM
rspec-support (3.6.0)
ruby-progressbar (1.8.1)
safe_yaml (1.0.4)
simplecov (0.14.1)
simplecov (0.15.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
systemu (2.6.5)
thor (0.19.4)
thor (0.20.0)
thread_safe (0.3.6)
typhoeus (1.1.2)
typhoeus (1.3.0)
ethon (>= 0.9.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
@ -158,9 +158,9 @@ DEPENDENCIES
rspec-collection_matchers (~> 1.1.2)
rspec-json_expectations (~> 2.1)
rspec-rails (~> 3.6.0)
simplecov (= 0.14.1)
simplecov (= 0.15.0)
simplecov-rcov (= 0.2.3)
webmock (~> 3.0)
BUNDLED WITH
1.15.3
1.15.4