Skip to content

Commit f7c68a9

Browse files
olleolleollemroderick
authored andcommitted
Gemfile: add required bigdecimal library
LoadError: cannot load such file -- bigdecimal (LoadError)
1 parent 9413c2e commit f7c68a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem 'sprockets-rails'
88
gem 'bootsnap', require: false
99

1010
gem 'acts-as-taggable-on'
11+
gem "bigdecimal"
1112
gem 'carrierwave'
1213
gem 'cocoon'
1314
gem 'delayed_job'

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ GEM
9696
erubi (>= 1.0.0)
9797
rack (>= 0.9.0)
9898
rouge (>= 1.0.0)
99+
bigdecimal (3.2.2)
99100
bindex (0.8.1)
100101
binding_of_caller (1.0.1)
101102
debug_inspector (>= 1.2.0)
@@ -505,6 +506,7 @@ PLATFORMS
505506
DEPENDENCIES
506507
acts-as-taggable-on
507508
better_errors
509+
bigdecimal
508510
binding_of_caller
509511
bootsnap
510512
bootstrap (~> 5)
@@ -583,4 +585,4 @@ RUBY VERSION
583585
ruby 3.4.4
584586

585587
BUNDLED WITH
586-
2.4.17
588+
2.6.7

0 commit comments

Comments
 (0)