We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87f6c2 commit 0baf152Copy full SHA for 0baf152
server/Gemfile
@@ -8,7 +8,7 @@ ruby '~>3.2.0'
8
9
gem 'concurrent-ruby', '1.3.4' #https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror rails 7.1 fixes
10
gem 'rails', '~> 7.1'
11
-gem 'bigdecimal', '~> 3.1'
+gem 'bigdecimal', '= 3.1'
12
#gem 'webrick', '= 1.8.2' #removed bc of comflicts with Rails 7.1+
13
gem 'puma', '~> 6.6'
14
0 commit comments