Skip to content

Commit

Permalink
Revert "Pin irb to 1.7.4 for ruby 2.7 / rails 6.0.0 (#2097)"
Browse files Browse the repository at this point in the history
This reverts commit 74103ea.
  • Loading branch information
st0012 committed Sep 8, 2023
1 parent 97da98c commit c2677f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sentry-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ gem "rake", "~> 12.0"

if RUBY_VERSION.to_f >= 2.6
gem "debug", github: "ruby/debug", platform: :ruby

if rails_version == Gem::Version.new("6.0.0") && RUBY_VERSION.to_f == 2.7
gem "irb", "~> 1.7.4" # irb 1.8 adds psych via rdoc that causes CI to fail
else
gem "irb"
end
gem "irb"
end

gem "pry"
Expand Down

0 comments on commit c2677f3

Please sign in to comment.