We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9413c2e commit f7c68a9Copy full SHA for f7c68a9
Gemfile
@@ -8,6 +8,7 @@ gem 'sprockets-rails'
8
gem 'bootsnap', require: false
9
10
gem 'acts-as-taggable-on'
11
+gem "bigdecimal"
12
gem 'carrierwave'
13
gem 'cocoon'
14
gem 'delayed_job'
Gemfile.lock
@@ -96,6 +96,7 @@ GEM
96
erubi (>= 1.0.0)
97
rack (>= 0.9.0)
98
rouge (>= 1.0.0)
99
+ bigdecimal (3.2.2)
100
bindex (0.8.1)
101
binding_of_caller (1.0.1)
102
debug_inspector (>= 1.2.0)
@@ -505,6 +506,7 @@ PLATFORMS
505
506
DEPENDENCIES
507
acts-as-taggable-on
508
better_errors
509
+ bigdecimal
510
binding_of_caller
511
bootsnap
512
bootstrap (~> 5)
@@ -583,4 +585,4 @@ RUBY VERSION
583
585
ruby 3.4.4
584
586
587
BUNDLED WITH
- 2.4.17
588
+ 2.6.7
0 commit comments