Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json-canonicalization 0.3.2 is removed from rubygems repo, hence we a… #176

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bolognese (2.0.0)
bolognese (2.0.1)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -95,10 +95,10 @@ GEM
concurrent-ruby (~> 1.0)
iso8601 (0.9.1)
json (2.6.2)
json-canonicalization (0.3.2)
json-ld (3.2.5)
json-canonicalization (0.3.1)
json-ld (3.2.4)
htmlentities (~> 4.3)
json-canonicalization (~> 0.3, >= 0.3.2)
json-canonicalization (~> 0.3)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
Expand Down Expand Up @@ -225,6 +225,7 @@ DEPENDENCIES
bundler (>= 1.0)
byebug
hashdiff (>= 1.0.0.beta1, < 2.0.0)
json-canonicalization (= 0.3.1)
rack-test (~> 0)
rake (~> 12.0)
rspec (~> 3.4)
Expand All @@ -234,4 +235,4 @@ DEPENDENCIES
webmock (~> 3.0, >= 3.0.1)

BUNDLED WITH
2.4.20
2.4.10
1 change: 1 addition & 0 deletions bolognese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '0.17.1'
s.add_development_dependency 'hashdiff', ['>= 1.0.0.beta1', '< 2.0.0']
s.add_development_dependency 'byebug'
s.add_development_dependency 'json-canonicalization', '0.3.1'

s.require_paths = ["lib"]
s.files = `git ls-files`.split($/)
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.0.0"
VERSION = "2.0.1"
end