Codebase list ruby-fxruby / 3d5a4e82-a43d-42a1-b45b-3cdbad1db042/upstream/1.6.45+git20221125.1.7d76b2a Gemfile
3d5a4e82-a43d-42a1-b45b-3cdbad1db042/upstream/1.6.45+git20221125.1.7d76b2a

Tree @3d5a4e82-a43d-42a1-b45b-3cdbad1db042/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

Gemfile @3d5a4e82-a43d-42a1-b45b-3cdbad1db042/upstream/1.6.45+git20221125.1.7d76b2araw · history · blame

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