Gemfile.7.0.pg in gemika-0.8.3 vs Gemfile.7.0.pg in gemika-0.8.4
- old
+ new
@@ -1,9 +1,13 @@
source 'https://rubygems.org'
# Ruby
ruby '>= 2.2'
+# Former standard gems, see https://stdgems.org/
+gem 'mutex_m' # Bundled gem since Ruby 3.4
+gem 'bigdecimal' # Bundled gem since Ruby 3.4
+
# Runtime dependencies
gem 'activerecord', '~> 7.0.1'
gem 'rspec', '~>3.5'
gem 'pg', '~> 1.3.5'