Sha256: c2e17a55776403f5701da6dfa3536ee35af59690bb6e186accfc608fa76fbc48

Contents?: true

Size: 439 Bytes

Versions: 5

Compression:

Stored size: 439 Bytes

Contents

# frozen_string_literal: true

# NOTE: This file is present to keep Travis CI happy. Edits to it will not
# be accepted.

source "https://rubygems.org/"

if RUBY_VERSION < "1.9"
  gem "hoe", "~> 3.20"
  gem "rake", "< 11"
  gem "rdoc", "< 4"

  gem "ruby-debug"
end

if RUBY_VERSION >= "2.0"
  gem "standardrb"
  gem "fasterer"

  if RUBY_ENGINE == "ruby"
    gem "simplecov", "~> 0.18"
    gem "byebug"
  end
end

gemspec

# vim: ft=ruby

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-rspec-1.1.0.alpha3 diff-lcs/upstream/Gemfile
opal-rspec-1.1.0.alpha2 diff-lcs/upstream/Gemfile
opal-rspec-1.1.0.alpha1 diff-lcs/upstream/Gemfile
opal-rspec-1.0.0 diff-lcs/upstream/Gemfile
opal-rspec-1.0.0.alpha1 diff-lcs/upstream/Gemfile