Skip to content

Commit

Permalink
fix ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolaev committed Sep 16, 2024
1 parent c17bcae commit 24a30bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mini_sql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-discourse', '~> 2.5.0'
spec.add_development_dependency 'm', '~> 1.6.0'
spec.add_development_dependency "bigdecimal", "~> 3.1"
spec.add_development_dependency "mutex_m"
spec.add_development_dependency "base64"

if RUBY_ENGINE == 'jruby'
spec.add_development_dependency "activerecord-jdbcpostgresql-adapter", "~> 52.2"
Expand Down

0 comments on commit 24a30bc

Please sign in to comment.