Sha256: 3fee3d71c090e34e2b9c49c3977cae5c0951f1f98e1bf14e921e1ef4fbee22a6

Contents?: true

Size: 243 Bytes

Versions: 6

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

if ENV['CODECLIMATE']
  group :test do
    gem 'simplecov'

    gem 'codeclimate-test-reporter'
  end
end

if ENV['CHECK_RUBIES']
  gem 'travis_check_rubies', '~> 0.2'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
image_optim-0.30.0 Gemfile
image_optim-0.29.0 Gemfile
image_optim-0.28.0 Gemfile
image_optim-0.27.1 Gemfile
image_optim-0.27.0 Gemfile
image_optim-0.26.5 Gemfile