Sha256: db23247250bf7ec1b9b50fab732fe490434eeb757b39d359c7adcff4f2ab0b08

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

source "https://rubygems.org"

gemspec

if %w(ruby rbx).include? RUBY_ENGINE
  gem "pry-rescue"
  gem "pry-stack_explorer"
end

if RUBY_ENGINE == "ruby"
  if RUBY_VERSION < "2.0"
    gem "pry-debugger"
  else
    gem "pry-byebug"
    gem "pippi"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hexx-suit-0.2.1 Gemfile