File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source 'https://rubygems.org'
2
2
gemspec
3
3
4
4
platforms :mri do
5
- gem 'oj' , '~> 3.14 '
5
+ gem 'oj' , '~> 3.16 '
6
6
end
Original file line number Diff line number Diff line change 19
19
i18n (>= 1.6 , < 2 )
20
20
minitest (>= 5.1 )
21
21
tzinfo (~> 2.0 )
22
+ bigdecimal (3.1.8 )
22
23
concurrent-ruby (1.2.2 )
23
24
connection_pool (2.4.1 )
24
25
diff-lcs (1.5.0 )
31
32
mustermann (3.0.0 )
32
33
ruby2_keywords (~> 0.0.1 )
33
34
nio4r (2.5.9 )
34
- oj (3.14.3 )
35
+ oj (3.16.5 )
36
+ bigdecimal (>= 3.0 )
37
+ ostruct (>= 0.2 )
38
+ ostruct (0.6.0 )
35
39
puma (6.3.0 )
36
40
nio4r (~> 2.0 )
37
41
rack (2.2.7 )
@@ -78,7 +82,7 @@ PLATFORMS
78
82
79
83
DEPENDENCIES
80
84
mock_redis (~> 0.22 )
81
- oj (~> 3.14 )
85
+ oj (~> 3.16 )
82
86
rack-test (~> 2.0 )
83
87
rspec (~> 3.9 )
84
88
stealth !
You can’t perform that action at this time.
0 commit comments