Skip to content

Commit e87f6c2

Browse files
committed
gem 'bigdecimal', '~> 3.1'
1 parent 256c167 commit e87f6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ruby '~>3.2.0'
88

99
gem 'concurrent-ruby', '1.3.4' #https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror rails 7.1 fixes
1010
gem 'rails', '~> 7.1'
11-
gem 'bigdecimal', '~> 3'
11+
gem 'bigdecimal', '~> 3.1'
1212
#gem 'webrick', '= 1.8.2' #removed bc of comflicts with Rails 7.1+
1313
gem 'puma', '~> 6.6'
1414

0 commit comments

Comments
 (0)