Sha256: c2255e50133598e190b07732cc6e2810da2ae0f4db93b731ee772a0fa2cc14ab

Contents?: true

Size: 502 Bytes

Versions: 11

Compression:

Stored size: 502 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-bindings', '~> 1.0'
  gem 'test-unit', '~> 3.1'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fxruby-1.6.46 Gemfile
fxruby-1.6.46-x64-mingw32 Gemfile
fxruby-1.6.46-x64-mingw-ucrt Gemfile
fxruby-1.6.46-x86-mingw32 Gemfile
fxruby-1.6.45 Gemfile
fxruby-1.6.45-x64-mingw32 Gemfile
fxruby-1.6.45-x64-mingw-ucrt Gemfile
fxruby-1.6.45-x86-mingw32 Gemfile
fxruby-1.6.44 Gemfile
fxruby-1.6.44-x64-mingw32 Gemfile
fxruby-1.6.44-x86-mingw32 Gemfile