ruby 2.7.5 + fix categories
source 'https://rubygems.org' | ||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.7.4' | ||
ruby '2.7.5' | ||
# Infrastructure | ||
gem 'pg', '~> 1.1' | ||
... | ... |
Please register or sign in to comment
source 'https://rubygems.org' | ||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.7.4' | ||
ruby '2.7.5' | ||
# Infrastructure | ||
gem 'pg', '~> 1.1' | ||
... | ... |