getsentry/raven-ruby

View on GitHub
sentry-ruby/examples/without_integrations/Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '> 2.6'

gem 'sentry-ruby', path: "../../"
gem "debug", github: "ruby/debug"