Sha256: 63523f58257d16c870f1f779a3076c9b77ad4aa6cd2e6b056811c7a5fb157739
Contents?: true
Size: 406 Bytes
Versions: 8
Compression:
Stored size: 406 Bytes
Contents
# encoding: ascii-8bit source ENV['RUBYGEMS_URL'] || "https://rubygems.org" gem 'ruby-termios', '>= 0.9' if RbConfig::CONFIG['target_os'] !~ /mswin|mingw|cygwin/i and RUBY_ENGINE == 'ruby' gemspec :name => 'openc3' # Include the rails gems for the convenience of custom microservice plugins gem 'rails', '~> 7.0.0' gem 'bootsnap', '>= 1.9.3', require: false gem 'rack-cors', '~> 1.1' gem 'tzinfo-data'
Version data entries
8 entries across 8 versions & 1 rubygems