Sha256: 98cc719c3cca2e89ba22b93f119b1f43a20235ac73e02aa4993ef38ded701ecf

Contents?: true

Size: 503 Bytes

Versions: 8

Compression:

Stored size: 503 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's runtime dependencies in fxruby.gemspec
gemspec

# For some reason this is required in addition to the gemspec
# when 'bundle config force_ruby_platform true' is active:
gem 'mini_portile2'

group :development do
  gem 'rake-compiler', '~> 1.0'
  gem 'rake-compiler-dock', '~> 1.1'
  gem 'yard', '~> 0.8'
  gem "bundler", ">= 1.12", "< 3.a"
  gem "rake", "~> 13.0"
end

group :test do
  gem 'opengl-bindings2', '~> 2.0'
  gem 'test-unit', '~> 3.1'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fxruby-1.6.48 Gemfile
fxruby-1.6.48-x64-mingw32 Gemfile
fxruby-1.6.48-x64-mingw-ucrt Gemfile
fxruby-1.6.48-x86-mingw32 Gemfile
fxruby-1.6.47 Gemfile
fxruby-1.6.47-x64-mingw-ucrt Gemfile
fxruby-1.6.47-x64-mingw32 Gemfile
fxruby-1.6.47-x86-mingw32 Gemfile