Skip to content

Commit

Permalink
revert dependency faraday version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 24, 2020
1 parent eda241a commit 8abcee1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -56,20 +56,20 @@ 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)
sxp (~> 1.1)
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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/bolognese/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bolognese
VERSION = "1.6.6"
VERSION = "1.6.7"
end

0 comments on commit 8abcee1

Please sign in to comment.