Sha256: f389c9788a8f4cc4139b2abcf464b58a266ef337a8cdf551972fead6fe9d4cc6

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

source 'https://rubygems.org'

# Use dependencies from gemspec
gemspec

# Load local Gemfile
load File.expand_path('Gemfile.local', __dir__) if File.file? File.expand_path('Gemfile.local', __dir__)

# Debug aruba
group :debug do
  unless RUBY_PLATFORM.include?('java')
    gem 'byebug', '~> 11.0'
    gem 'pry-byebug', '~> 3.4'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aruba-1.0.0.pre.alpha.5 Gemfile