Skip to content

Commit

Permalink
Pin jar-dependencies for jruby CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Dec 3, 2024
1 parent 0f89aa8 commit 3fc5e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ gem "rake", "~> 12.0"

ruby_version = Gem::Version.new(RUBY_VERSION)

gem "jar-dependencies", "0.4.1" if RUBY_PLATFORM == "java"

# Development tools
if ruby_version >= Gem::Version.new("2.7.0")
gem "debug", github: "ruby/debug", platform: :ruby
Expand Down
3 changes: 0 additions & 3 deletions sentry-delayed_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ gemspec
gem "sentry-ruby", path: "../sentry-ruby"
gem "sentry-rails", path: "../sentry-rails"

# For https://github.com/ruby/psych/issues/655
gem "psych", "5.1.0"

gem "delayed_job"
gem "delayed_job_active_record"

Expand Down

0 comments on commit 3fc5e9f

Please sign in to comment.