Sha256: c76582e43a4d54f440d65886b877e170fd742c23566a4fdfb02fbf4b42cc4055

Contents?: true

Size: 974 Bytes

Versions: 3

Compression:

Stored size: 974 Bytes

Contents

source 'https://rubygems.org'

# this Gemfile is very minimal
# use rake commands or gemfiles in the gemfiles directory for testing

gem 'rake', '>= 0.9.0'

group :development, :test do
  # gem 'benchmark-ips', '>= 2.7.2'
  # gem 'bson'
  gem 'byebug', '>= 8.0.0'
  # gem 'debugger',     :platform  =>  :mri_19
  # gem 'get_process_mem'
  gem 'irb', '>= 1.0.0' # if RUBY_VERSION >= '2.6.0'
  # gem 'memory_profiler'
  # gem 'minitest'
  # gem 'minitest-debugger', :require => false
  # gem 'minitest-focus', '>=1.1.2'
  # gem 'minitest-hooks', '>= 1.5.0'
  # gem 'minitest-reporters', '< 1.0.18'
  # gem 'mocha'
  # gem 'puma'
  # gem 'rack-test'
  # gem 'rubocop', require: false
  # gem 'ruby-debug',   :platforms =>  :jruby
  # gem 'ruby-prof'
  # gem 'simplecov', '>= 0.16.0'
  # gem 'simplecov-console'
  # gem 'webmock' if RUBY_VERSION >= '2.0.0'

  # if defined?(JRUBY_VERSION)
  #   gem 'sinatra', :require => false
  # else
  #   gem 'sinatra'
  # end
end

gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appoptics_apm-4.12.2 Gemfile
appoptics_apm-4.12.1 Gemfile
appoptics_apm-4.12.0 Gemfile