OpenC3/cosmos

View on GitHub
openc3/Gemfile

Summary

Maintainability
Test Coverage
# 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'