diff --git a/Gemfile.lock b/Gemfile.lock index e4cb3436..ad6f1725 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (1.6.6) + bolognese (1.6.7) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -11,7 +11,7 @@ PATH concurrent-ruby (~> 1.1, >= 1.1.5) csl-styles (~> 1.0, >= 1.0.1.8) edtf (~> 3.0, >= 3.0.4) - faraday (~> 1.0, >= 1.0.1) + faraday (= 0.17.0) gender_detector (~> 0.1.2) iso8601 (~> 0.9.1) json-ld (~> 3.1, >= 3.1.4) @@ -56,7 +56,7 @@ GEM namae (~> 1.0) csl-styles (1.0.1.10) csl (~> 1.0) - diff-lcs (1.4.1) + diff-lcs (1.4.2) docile (1.3.2) ebnf (1.2.0) rdf (~> 3.1) @@ -64,12 +64,12 @@ GEM edtf (3.0.5) activesupport (>= 3.0, < 7.0) excon (0.71.1) - faraday (1.0.1) + faraday (0.17.0) multipart-post (>= 1.2, < 3) faraday-encoding (0.0.5) faraday - faraday_middleware (1.0.0) - faraday (~> 1.0) + faraday_middleware (0.13.1) + faraday (>= 0.7.4, < 1.0) gender_detector (0.1.2) unicode_utils (>= 1.3.0) haml (5.1.2) @@ -98,14 +98,14 @@ GEM loofah (2.6.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - maremma (4.8) + maremma (4.7) activesupport (>= 4.2.5) addressable (>= 2.3.6) builder (~> 3.2, >= 3.2.2) excon (~> 0.71.0) - faraday (~> 1.0, >= 1.0.1) + faraday (= 0.17.0) faraday-encoding (~> 0.0.4) - faraday_middleware (~> 1.0) + faraday_middleware (~> 0.13.1) nokogiri (~> 1.10.4) oj (>= 2.8.3) oj_mimic_json (~> 1.0, >= 1.0.1) diff --git a/bolognese.gemspec b/bolognese.gemspec index b4a9a75c..127a4cc7 100644 --- a/bolognese.gemspec +++ b/bolognese.gemspec @@ -15,9 +15,9 @@ Gem::Specification.new do |s| s.license = 'MIT' s.required_ruby_version = '~> 2.3' - # Declary dependencies here, rather than in the Gemfile + # Declare dependencies here, rather than in the Gemfile s.add_dependency 'maremma', '>= 4.3', '< 5' - s.add_dependency 'faraday', '~> 1.0', '>= 1.0.1' + s.add_dependency 'faraday', "0.17.0" s.add_dependency 'nokogiri', '~> 1.10.4' s.add_dependency 'loofah', '~> 2.0', '>= 2.0.3' s.add_dependency 'builder', '~> 3.2', '>= 3.2.2' diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index ac1e382b..483cccc0 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "1.6.6" + VERSION = "1.6.7" end