Sha256: e89f1ecd990de4a75d5a20f2c98e76756eb9658b0f4dadde9fd4e703e783f4b4

Contents?: true

Size: 255 Bytes

Versions: 8

Compression:

Stored size: 255 Bytes

Contents

source 'https://rubygems.org'
gemspec

group :development, :test do
  gem 'pry'
  gem 'rubocop', '~> 0.49.0'
  gem 'ruby-prof', require: false

  if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('2.2.2')
    gem 'activesupport', '~> 4.2.6'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acme-client-2.0.5 Gemfile
acme-client-2.0.4 Gemfile
acme-client-2.0.3 Gemfile
acme-client-2.0.2 Gemfile
acme-client-2.0.1 Gemfile
acme-client-2.0.0 Gemfile
acme-client-1.0.0 Gemfile
acme-client-0.6.3 Gemfile