Sha256: 214fe2a13e7a57774f14575a567086405700a4ba72567789a0c1c955ed429690
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
source ENV['RUBYGEMS_URL'] || "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.1.0' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.9.3', require: false # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors', '~> 2.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data' # Run against this stable release group :development, :test do gem 'rspec-rails', '~> 6.0' gem 'simplecov', '~> 0.20' gem 'simplecov-cobertura', '~> 2.1' end group :test do gem 'mock_redis', '0.39' end if ENV['OPENC3_DEVEL'] gem 'openc3', :path => ENV['OPENC3_DEVEL'] elsif ENV['OPENC3_PATH'] gem 'openc3', :path => ENV['OPENC3_PATH'] else gem 'openc3', '>= 5.4.2.pre' end if ENV['OPENC3_ENTERPRISE_TAG'] gem 'openc3-enterprise', '>= 5.4.2.pre' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openc3-cosmos-cfdp-1.0.1 | microservices/CFDP/Gemfile |