Use Ruby 2.7.1

This commit is contained in:
2020-04-28 10:30:18 +02:00
parent b114926033
commit 143f76f1c2
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.1'
ruby '2.7.1'
gem 'jbuilder'
gem 'pg'