Sha256: ce347a90017ac3e83ff5e8dc01b407c6283417b8667bcd33b036d55e389ee4eb

Contents?: true

Size: 406 Bytes

Versions: 7

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 'bootsnap', '>= 1.9.3', require: false
gem 'rack-cors', '~> 2.0'
gem 'rails', '~> 7.1.0'
gem 'tzinfo-data'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openc3-6.2.1 Gemfile
openc3-6.2.0 Gemfile
openc3-6.1.0 Gemfile
openc3-6.0.2 Gemfile
openc3-6.0.1 Gemfile
openc3-6.0.0 Gemfile
openc3-5.20.0 Gemfile