Sha256: f1b55f68a40332bcfc21ab28d0c2e46a6b82b338c01a69da985da0d3e2dabc8e

Contents?: true

Size: 383 Bytes

Versions: 40

Compression:

Stored size: 383 Bytes

Contents

# (c) Copyright IBM Corp. 2021
# (c) Copyright Instana Inc. 2016

source 'https://rubygems.org'

gem 'rake'
gem 'minitest', '5.9.1'
gem 'minitest-reporters'
gem 'webmock'
gem 'puma'

gem 'rubocop', '~> 1.9'

# Rack v2 dropped support for Ruby 2.2 and higher.
if RUBY_VERSION < '2.2'
  gem 'rack', '~> 1.6'
end
gem 'rack-test'

gem 'simplecov', '~> 0.21.2'

# instana.gemspec
gemspec

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
instana-1.209.2 Gemfile
instana-1.209.1 Gemfile
instana-1.209.0.pre3 Gemfile
instana-1.209.0.pre2 Gemfile
instana-1.209.0.pre1 Gemfile
instana-1.208.0 Gemfile
instana-1.207.0 Gemfile
instana-1.206.0 Gemfile
instana-1.205.0 Gemfile
instana-1.204.0 Gemfile
instana-1.204.0.pre3 Gemfile
instana-1.204.0.pre2 Gemfile
instana-1.204.0.pre1 Gemfile
instana-1.203.2 Gemfile
instana-1.203.1 Gemfile
instana-1.203.0 Gemfile
instana-1.202.0 Gemfile
instana-1.201.0 Gemfile
instana-1.201.0.pre1 Gemfile
instana-1.200.0 Gemfile