Skip to content

Commit d60e505

Browse files
committed
Update Ruby version to 3.4.7 and add bigdecimal dependency
1 parent 0747c91 commit d60e505

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.7

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PATH
33
specs:
44
business-central (2.0.0)
55
base64 (~> 0.3.0)
6+
bigdecimal (~> 4.1.1)
67
oauth2 (~> 2)
78

89
GEM
@@ -13,6 +14,7 @@ GEM
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)

business-central.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
3334
end

0 commit comments

Comments
 (0)