appsignal/appsignal

View on GitHub
gemfiles/sequel-435.gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem 'sequel', '~> 4.35'
if RUBY_PLATFORM == "java"
  gem 'jdbc-sqlite3'
else
  gem 'sqlite3'
end
gem 'rack', '~> 1.6'

gemspec :path => '../'