Skip to content

Commit

Permalink
Add jar-dependencies for newer Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 19, 2024
1 parent 8e97075 commit f77eb29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/environments/rails71/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ if RUBY_VERSION.split('.')[0..1].join('.').to_f >= 3.4
gem 'mutex_m'
gem 'ostruct'
end

gem 'jar-dependencies', '0.5.1' if RUBY_PLATFORM == 'java'
2 changes: 2 additions & 0 deletions test/environments/rails72/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ if RUBY_VERSION.split('.')[0..1].join('.').to_f >= 3.4
gem 'mutex_m'
gem 'ostruct'
end

gem 'jar-dependencies', '0.5.1' if RUBY_PLATFORM == 'java'

0 comments on commit f77eb29

Please sign in to comment.