getsentry/raven-ruby

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

Summary

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

ruby '> 2.6'

gem "sinatra"

# Use Puma as the app server
gem 'puma', '~> 3.11'

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

gem "debug", github: "ruby/debug"