Skip to content

Commit

Permalink
Ensure bugsnag is installed in the rack app
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 12, 2024
1 parent e6dda09 commit ce695bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/fixtures/rack/app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# gem 'bugsnag', path: '/bugsnag'
gem 'bugsnag', path: '/bugsnag'
gem 'rack', "~> #{ENV['RACK_VERSION']}"
gem 'webrick' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('3.0.0')

Expand Down

0 comments on commit ce695bc

Please sign in to comment.