Sha256: 9fb622670700e86686fd12ffc0787b56b8d0738f1a8481ca19ca690c23add906

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

# Bundler Canary

This repository contains a Gemfile to assist troubleshooting issues with
Bundler and RubySL. The Gemfile includes:

```ruby
platforms :rbx do
  gem 'rubysl'
end
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubinius-bundler-canary-1.0.0 README.md