Sha256: c6dc5bcef8ed49973ee82d2678fb6e3235b7184915fe1a834ac8fb0462db2ecf

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 Bytes

Contents

source "https://rubygems.org"

group :test, optional: true do
    gem 'rake', RUBY_VERSION <= '1.9.3' ? '~> 11.3.0' : '~> 12.3.0'
    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 'i18n', RUBY_VERSION <= '2.3.0' ? '1.4.0': '>1.4.0' 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 :rubocop, optional: true do
  gem 'rubocop', '~> 0.52.1'
end

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

group :doc, optional: true do
  gem 'hanna-nouveau'
end

group :maze, optional: true do
  gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner' if RUBY_VERSION >= '2.0.0'
end

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bugsnag-6.11.1 Gemfile
bugsnag-6.11.0 Gemfile