Sha256: 7d73436fac5e5ec28b70d76f9868584041791c80409b0fcefaa7be4831e4a736

Contents?: true

Size: 477 Bytes

Versions: 9

Compression:

Stored size: 477 Bytes

Contents

source "https://rubygems.org"

group :test, optional: true do
    gem 'rake', '~> 10.1.1'
    gem 'rspec'
    gem 'rspec-mocks'
    gem 'rdoc', '~> 5.1.0'
    gem 'pry'
    gem 'addressable', '~> 2.3.8'
    gem 'delayed_job' if RUBY_VERSION >= '2.2.2'
    gem 'webmock', RUBY_VERSION <= '1.9.3' ? '2.3.2': '>2.3.2'
end

group :coverage, optional: true do
    gem 'simplecov'
    gem 'coveralls'
end

group :sidekiq, optional: true do
    gem 'sidekiq', '~> 5.0.4'
end

gemspec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bugsnag-6.6.3 Gemfile
bugsnag-6.6.2 Gemfile
bugsnag-6.6.1 Gemfile
bugsnag-6.6.0 Gemfile
bugsnag-6.5.0 Gemfile
bugsnag-6.4.0 Gemfile
bugsnag-6.3.0 Gemfile
bugsnag-6.3.0.beta.0 Gemfile
bugsnag-6.2.0 Gemfile