Sha256: 12a0420fc0070927290f00d2f370408283a473be842c0c9dbeed4a08bdb4d055
Contents?: true
Size: 922 Bytes
Versions: 7
Compression:
Stored size: 922 Bytes
Contents
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "2.7.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.2" gem "timescaledb", path: "../../" gem "pg", "~> 1.1" gem "puma", "~> 5.0" gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] # gem "image_processing", "~> 1.2" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # gem "rack-cors" group :development, :test do gem "pry-rails" end group :development do # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" end gem "scenic", "~> 1.5"
Version data entries
7 entries across 7 versions & 1 rubygems