Skip to content

Commit

Permalink
upgrade maremma. upgrade bolognese. bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Feb 27, 2024
1 parent 4912aaf commit 9208072
Show file tree
Hide file tree
Showing 3 changed files with 13 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 (2.1.1)
bolognese (2.2.0)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand All @@ -16,9 +16,9 @@ PATH
json-ld-preloaded (~> 3.1, >= 3.1.3)
jsonlint (~> 0.3.0)
loofah (~> 2.0, >= 2.0.3)
maremma (>= 4.9.4, < 5)
maremma (~> 5.0)
namae (~> 1.0)
nokogiri (>= 1.13.2, < 1.14)
nokogiri (~> 1.16, >= 1.16.2)
oj (~> 3.10)
oj_mimic_json (~> 1.0, >= 1.0.1)
postrank-uri (~> 1.0, >= 1.0.18)
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
maremma (4.9.9)
maremma (5.0.0)
activesupport (>= 4.2.5)
addressable (>= 2.3.6)
builder (~> 3.2, >= 3.2.2)
Expand All @@ -125,17 +125,17 @@ GEM
faraday-follow_redirects (~> 0.3.0)
faraday-gzip (~> 0.1.0)
faraday-multipart (~> 1.0.4)
nokogiri (>= 1.13.1, < 1.14.0)
nokogiri (~> 1.16, >= 1.16.2)
oj (>= 2.8.3)
oj_mimic_json (~> 1.0, >= 1.0.1)
matrix (0.4.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.5)
minitest (5.18.0)
multi_json (1.15.0)
multipart-post (2.3.0)
namae (1.1.1)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.14.2)
oj_mimic_json (1.0.1)
Expand Down Expand Up @@ -235,4 +235,4 @@ DEPENDENCIES
webmock (~> 3.0, >= 3.0.1)

BUNDLED WITH
2.4.22
2.5.5
5 changes: 3 additions & 2 deletions bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Gem::Specification.new do |s|
s.required_ruby_version = ['>=2.3']

# Declare dependencies here, rather than in the Gemfile
s.add_dependency 'maremma', '>= 4.9.4', '< 5'
s.add_dependency 'maremma', '~> 5.0'
#s.add_dependency 'faraday', '~> 0.17.3'
s.add_dependency 'nokogiri', '>= 1.13.2', '< 1.14'
# s.add_dependency 'nokogiri', '>= 1.13.2', '< 1.14'
s.add_dependency 'nokogiri', '~> 1.16', '>= 1.16.2'
s.add_dependency 'loofah', '~> 2.0', '>= 2.0.3'
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
s.add_dependency 'activesupport', '>= 4.2.5'
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 = "2.1.1"
VERSION = "2.2.0"
end

0 comments on commit 9208072

Please sign in to comment.