Sha256: c19e64a12353110357271320ccf5dac5c142a0fd16c83c88d879d17a27156cd3

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

source "https://rubygems.org"

group :test, optional: true do
  gem 'rake', '~> 10.1.1'
  gem 'rspec'
  gem 'rdoc'
  gem 'pry'
  gem 'addressable', '~>2.3.8'
  gem 'webmock', RUBY_VERSION <= '1.9.3' ? '2.3.2': '>2.3.2'
  gem 'capistrano', ENV['CAP_2_TEST'] == 'true' ? '~> 2.15.0': '~> 3.9.0'
end

group :bugsnag, optional: true do
  gem 'bugsnag', '~> 6.0'
end

gemspec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bugsnag-capistrano-1.1.2 Gemfile
bugsnag-capistrano-1.1.1 Gemfile
bugsnag-capistrano-1.1.0 Gemfile
bugsnag-capistrano-1.0.1 Gemfile