Skip to content

Commit

Permalink
Merge pull request #2332 from DataDog/backport/2327
Browse files Browse the repository at this point in the history
Backport #2327
  • Loading branch information
lloeki committed Oct 26, 2022
2 parents de13078 + b366384 commit b11eb37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ end
gem 'rake', '>= 10.5'
gem 'rake-compiler', '~> 1.1', '>= 1.1.1' # To compile native extensions
gem 'redcarpet', '~> 3.4' if RUBY_PLATFORM != 'java'
gem 'rspec', '~> 3.10'
gem 'rspec', '~> 3.11'
gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-mocks', '!= 3.11.2'
if RUBY_VERSION >= '2.3.0'
gem 'rspec_junit_formatter', '>= 0.5.1'
else
Expand Down
3 changes: 2 additions & 1 deletion integration/apps/rack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ else
end

# Development
gem 'pry-byebug'
gem 'pry-byebug' if RUBY_VERSION >= '2.3.0' && RUBY_ENGINE != 'truffleruby' && RUBY_VERSION < '3.2.0'
gem 'pry-nav' if RUBY_VERSION < '2.3.0'
# gem 'pry-stack_explorer', platform: :ruby
# gem 'rbtrace'
# gem 'ruby-prof'
Expand Down
1 change: 0 additions & 1 deletion integration/apps/rack/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'byebug'
require 'support/integration_helper'

RSpec.configure do |config|
Expand Down

0 comments on commit b11eb37

Please sign in to comment.