Skip to content

Commit

Permalink
Merge pull request #213 from byroot/ruby-3.4-compat
Browse files Browse the repository at this point in the history
Fix Ruby 3.4 compatibility
  • Loading branch information
composerinteralia authored Dec 5, 2024
2 parents d22ed28 + 6b4e124 commit 35f2c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ PATH
remote: .
specs:
trilogy (2.9.0)
bigdecimal

GEM
remote: https://rubygems.org/
specs:
benchmark-ips (2.7.2)
minitest (5.11.3)
bigdecimal (3.1.8)
minitest (5.25.4)
mysql2 (0.5.6)
rake (13.0.1)
rake-compiler (1.0.7)
Expand All @@ -24,4 +26,4 @@ DEPENDENCIES
trilogy!

BUNDLED WITH
2.4.12
2.5.23
2 changes: 2 additions & 0 deletions contrib/ruby/trilogy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "bigdecimal"

s.add_development_dependency "rake-compiler", "~> 1.0"
s.add_development_dependency "minitest", "~> 5.5"
end

0 comments on commit 35f2c0b

Please sign in to comment.