Skip to content

Commit

Permalink
Restore rack in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Aug 31, 2024
1 parent 753ee19 commit babc6ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentry-ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ gem "sentry-ruby", path: "./"

rack_version = ENV["RACK_VERSION"]
rack_version = "3.0.0" if rack_version.nil?
# gem "rack", "~> #{Gem::Version.new(rack_version)}" unless rack_version == "0"
gem "rack", "~> 3.1"
gem "rack", "~> #{Gem::Version.new(rack_version)}" unless rack_version == "0"

redis_rb_version = ENV.fetch("REDIS_RB_VERSION", "5.0")
gem "redis", "~> #{redis_rb_version}"
Expand Down

0 comments on commit babc6ed

Please sign in to comment.