Sha256: 20387c6356690e0d9079eacb890bf8a9d32ded7762fb88f0e5f1a320259c638c

Contents?: true

Size: 572 Bytes

Versions: 1

Compression:

Stored size: 572 Bytes

Contents

# Install gems for all appraisal definitions:
#
#     $ appraisal install
#
# To run tests on different versions:
#
#     $ appraisal activesupport_x.x rspec spec

[
  [ '3.2', '~> 3.2.0' ],
  [ '4.0', '~> 4.0.0' ],
  [ '4.1', '~> 4.1.0' ],
  [ '4.2', '~> 4.2.0' ],
].each do |ver_name, ver_req|
  # Note: for the rake task to work, these definition names must be the same as the corresponding
  # filename produced in "gemfiles/", i.e. all characters must be in this set: [A-Za-z0-9_.]
  appraise "activesupport_#{ver_name}" do
    gem 'activesupport', ver_req
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
add_http_header-1.0.4 Appraisals