Sha256: 92c7e09fe8ac0ca87fb66b58f465ea3e5670bfdd023390ebf041464c2b1bdc50

Contents?: true

Size: 976 Bytes

Versions: 1

Compression:

Stored size: 976 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

1 entries across 1 versions & 1 rubygems

Version Path
appoptics_apm-4.11.2 Gemfile