File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.4.5
1+ 3.4.7
Original file line number Diff line number Diff line change 33 specs:
44 business-central (2.0.0 )
55 base64 (~> 0.3.0 )
6+ bigdecimal (~> 4.1.1 )
67 oauth2 (~> 2 )
78
89GEM
1314 ansi (1.5.0 )
1415 ast (2.4.2 )
1516 base64 (0.3.0 )
17+ bigdecimal (4.1.1 )
1618 builder (3.2.4 )
1719 byebug (11.1.3 )
1820 crack (0.4.5 )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
2828 spec . add_development_dependency 'rubocop' , '~> 1.32'
2929 spec . add_development_dependency 'simplecov' , '~> 0.21'
3030 spec . add_development_dependency 'webmock' , '~> 3.12'
31- spec . add_runtime_dependency 'base64' , '~> 0.3.0'
31+ spec . add_runtime_dependency 'base64' , '~> 0.3.0' # ruby 3.4.0+
32+ spec . add_runtime_dependency 'bigdecimal' , '~> 4.1.1' # ruby 3.4.0+
3233 spec . add_runtime_dependency 'oauth2' , '~> 2'
3334end
You can’t perform that action at this time.
0 commit comments