ruby ~> 2.7
This commit is contained in:
parent
9a8839dd93
commit
c9eacc0995
1 changed files with 1 additions and 3 deletions
4
Gemfile
4
Gemfile
|
@ -5,11 +5,8 @@
|
|||
# tiempo buscando soporte para musl
|
||||
if ENV['RAILS_ENV'] == 'production'
|
||||
source 'https://gems.sutty.nl'
|
||||
ruby '2.7.2'
|
||||
else
|
||||
source 'https://rubygems.org'
|
||||
# Cambiar en Dockerfile también
|
||||
ruby '2.7.1'
|
||||
end
|
||||
|
||||
git_source(:github) do |repo_name|
|
||||
|
@ -17,6 +14,7 @@ git_source(:github) do |repo_name|
|
|||
"https://github.com/#{repo_name}.git"
|
||||
end
|
||||
|
||||
ruby '~> 2.7'
|
||||
|
||||
gem 'dotenv-rails', require: 'dotenv/rails-now'
|
||||
|
||||
|
|
Loading…
Reference in a new issue