Skip to content

Commit 64f7b96

Browse files
committed
Pin oj to 3.13.23 for CentOS 7, update ontologies_api_client (federation fix)
1 parent 932c6fa commit 64f7b96

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gem 'mysql2'
7373

7474
# JSON parsing libraries
7575
gem 'multi_json'
76-
gem 'oj'
76+
gem 'oj', '3.13.23' # pin for CentOS 7 GCC compatibility
7777

7878
# Google reCAPTCHA integration
7979
gem 'recaptcha', '~> 5.9.0'

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,8 @@ GEM
357357
rack (>= 1.2, < 4)
358358
snaky_hash (~> 2.0, >= 2.0.3)
359359
version_gem (>= 1.1.8, < 3)
360-
oj (3.16.11)
361-
bigdecimal (>= 3.0)
362-
ostruct (>= 0.2)
360+
oj (3.13.23)
361+
363362
omniauth (2.1.3)
364363
hashie (>= 3.4.6)
365364
rack (>= 2.2.3)
@@ -684,7 +683,7 @@ DEPENDENCIES
684683
net-ftp (~> 0.2.0)
685684
net-http (~> 0.3.2)
686685
nokogiri (~> 1.13.10)
687-
oj
686+
oj (= 3.13.23)
688687
omniauth
689688
omniauth-github
690689
omniauth-google-oauth2

0 commit comments

Comments
 (0)