There was an error while loading. Please reload this page.
1 parent 932c6fa commit 64f7b96Copy full SHA for 64f7b96
2 files changed
Gemfile
@@ -73,7 +73,7 @@ gem 'mysql2'
73
74
# JSON parsing libraries
75
gem 'multi_json'
76
-gem 'oj'
+gem 'oj', '3.13.23' # pin for CentOS 7 GCC compatibility
77
78
# Google reCAPTCHA integration
79
gem 'recaptcha', '~> 5.9.0'
Gemfile.lock
@@ -357,9 +357,8 @@ GEM
357
rack (>= 1.2, < 4)
358
snaky_hash (~> 2.0, >= 2.0.3)
359
version_gem (>= 1.1.8, < 3)
360
- oj (3.16.11)
361
- bigdecimal (>= 3.0)
362
- ostruct (>= 0.2)
+ oj (3.13.23)
+
363
omniauth (2.1.3)
364
hashie (>= 3.4.6)
365
rack (>= 2.2.3)
@@ -684,7 +683,7 @@ DEPENDENCIES
684
683
net-ftp (~> 0.2.0)
685
net-http (~> 0.3.2)
686
nokogiri (~> 1.13.10)
687
- oj
+ oj (= 3.13.23)
688
omniauth
689
omniauth-github
690
omniauth-google-oauth2
0 commit comments