Skip to content

Commit

Permalink
Merge branch 'next-minor' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Oct 8, 2018
2 parents 9bab794 + 4911782 commit bb84767
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ gem "unicorn-worker-killer", "0.4.4"

# Federation

gem "diaspora_federation-json_schema", "0.2.4"
gem "diaspora_federation-rails", "0.2.4"
gem "diaspora_federation-json_schema", "0.2.5"
gem "diaspora_federation-rails", "0.2.5"

# API and JSON

Expand Down Expand Up @@ -143,7 +143,7 @@ gem "leaflet-rails", "1.3.1"

# Parsing

gem "nokogiri", "1.8.2"
gem "nokogiri", "1.8.5"
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb
gem "redcarpet", "3.4.0"
gem "ruby-oembed", "0.12.0"
Expand Down Expand Up @@ -202,7 +202,7 @@ gem "logging-rails", "0.6.0", require: "logging/rails"

# Reading and writing zip files

gem "rubyzip", "1.2.1", require: "zip"
gem "rubyzip", "1.2.2", require: "zip"

# Prevent occasions where minitest is not bundled in
# packaged versions of ruby. See following issues/prs:
Expand Down Expand Up @@ -297,7 +297,7 @@ group :test do
gem "timecop", "0.9.1"
gem "webmock", "3.3.0", require: false

gem "diaspora_federation-test", "0.2.4"
gem "diaspora_federation-test", "0.2.5"

# Coverage
gem "coveralls", "0.8.21", require: false
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,18 @@ GEM
devise
rails (>= 3.0.4)
diaspora-prosody-config (0.0.7)
diaspora_federation (0.2.4)
faraday (>= 0.9.0, < 0.15.0)
diaspora_federation (0.2.5)
faraday (>= 0.9.0, < 0.16.0)
faraday_middleware (>= 0.10.0, < 0.13.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-json_schema (0.2.4)
diaspora_federation-rails (0.2.4)
diaspora_federation-json_schema (0.2.5)
diaspora_federation-rails (0.2.5)
actionpack (>= 4.2, < 6)
diaspora_federation (= 0.2.4)
diaspora_federation-test (0.2.4)
diaspora_federation (= 0.2.4)
diaspora_federation (= 0.2.5)
diaspora_federation-test (0.2.5)
diaspora_federation (= 0.2.5)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)
diff-lcs (1.3)
Expand Down Expand Up @@ -396,7 +396,7 @@ GEM
naught (1.1.0)
nenv (0.3.0)
nio4r (2.3.0)
nokogiri (1.8.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nenv (~> 0.1)
Expand Down Expand Up @@ -625,7 +625,7 @@ GEM
ruby-oembed (0.12.0)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
rubyzip (1.2.1)
rubyzip (1.2.2)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
rugged (0.27.0)
Expand Down Expand Up @@ -790,9 +790,9 @@ DEPENDENCIES
devise (= 4.4.3)
devise_lastseenable (= 0.0.6)
diaspora-prosody-config (= 0.0.7)
diaspora_federation-json_schema (= 0.2.4)
diaspora_federation-rails (= 0.2.4)
diaspora_federation-test (= 0.2.4)
diaspora_federation-json_schema (= 0.2.5)
diaspora_federation-rails (= 0.2.5)
diaspora_federation-test (= 0.2.5)
entypo-rails (= 3.0.0)
eye (= 0.10.0)
factory_girl_rails (= 4.8.0)
Expand Down Expand Up @@ -828,7 +828,7 @@ DEPENDENCIES
minitest
mobile-fu (= 1.4.0)
mysql2 (= 0.5.0)
nokogiri (= 1.8.2)
nokogiri (= 1.8.5)
omniauth (= 1.8.1)
omniauth-tumblr (= 1.2)
omniauth-twitter (= 1.4.0)
Expand Down Expand Up @@ -886,7 +886,7 @@ DEPENDENCIES
rspec-rails (= 3.7.2)
rubocop (= 0.54.0)
ruby-oembed (= 0.12.0)
rubyzip (= 1.2.1)
rubyzip (= 1.2.2)
sass-rails (= 5.0.7)
secure_headers (= 5.0.5)
shoulda-matchers (= 3.1.2)
Expand Down Expand Up @@ -915,4 +915,4 @@ DEPENDENCIES
will_paginate (= 3.1.6)

BUNDLED WITH
1.16.4
1.16.5

0 comments on commit bb84767

Please sign in to comment.