Sha256: def94b00bad9dfec2f933e21c253b169d69a2e6fd1452e9892337d443731bfc1

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

source 'https://rubygems.org'

# Use dependencies from gemspec
gemspec

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

unless RUBY_PLATFORM.include?('java')
  gem 'byebug', '~> 11.0'
  gem 'pry-byebug', '~> 3.4'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aruba-1.0.2 Gemfile
aruba-1.0.1 Gemfile