Skip to content

Commit

Permalink
Use version 1.6.2 of logger gem on truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Jan 2, 2025
1 parent 2432c22 commit 892b4aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ end
platforms :jruby do
gem 'jdbc-sqlite3', github: 'jruby/activerecord-jdbc-adapter', glob: 'jdbc-sqlite3/jdbc-sqlite3.gemspec', group: :test
end

platform :truffleruby do
gem 'logger', '1.6.2'
end

0 comments on commit 892b4aa

Please sign in to comment.