Skip to content

Commit ea0a604

Browse files
authored
Merge pull request #2044 from samvera/pin-json-canonicalization-0.3.1
pin-json-canonicalization-0.3.1
2 parents 3362868 + d31f002 commit ea0a604

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ gem 'i18n-tasks', group: %i[development test]
4343
gem 'iiif_print', github: 'scientist-softserv/iiif_print', branch: 'main'
4444
gem 'jbuilder', '~> 2.5'
4545
gem 'jquery-rails' # Use jquery as the JavaScript library
46+
# The maintainers yanked 0.3.2 version (see https://github.com/dryruby/json-canonicalization/issues/2)
47+
gem 'json-canonicalization', "0.3.1"
4648
gem 'launchy', group: %i[test]
4749
gem 'listen', '>= 3.0.5', '< 3.2', group: %i[development]
4850
gem 'lograge'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ GEM
653653
jquery-ui-rails (6.0.1)
654654
railties (>= 3.2.16)
655655
json (2.6.3)
656-
json-canonicalization (0.3.2)
656+
json-canonicalization (0.3.1)
657657
json-jwt (1.15.3)
658658
activesupport (>= 4.2)
659659
aes_key_wrap
@@ -1330,6 +1330,7 @@ DEPENDENCIES
13301330
iiif_print!
13311331
jbuilder (~> 2.5)
13321332
jquery-rails
1333+
json-canonicalization (= 0.3.1)
13331334
launchy
13341335
listen (>= 3.0.5, < 3.2)
13351336
lograge

0 commit comments

Comments
 (0)