Sha256: 8dc6276e13a57f0d744543d3c6c1fe04396cfc95370cb4084ab0f4687fd16027
Contents?: true
Size: 936 Bytes
Versions: 6
Compression:
Stored size: 936 Bytes
Contents
source "https://gems.ruby-china.com" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.4" gem "meta-api", path: "../.." # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # gem "rack-cors" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri mingw x64_mingw ] gem 'rspec-rails', '~> 6.0.0' end group :development do # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" end
Version data entries
6 entries across 6 versions & 1 rubygems