Updated Gemfile to match Ruby 2.6

This commit is contained in:
Pavel Pivovarov
2019-01-18 23:27:59 +00:00
parent 28ea943088
commit 2834365f0c

View File

@@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git" "https://github.com/#{repo_name}.git"
end end
ruby '~> 2.5.3' ruby '~> 2.6.0'
gem 'rails', '~> 5.2.1' gem 'rails', '~> 5.2.1'
gem 'pg', '~> 1.0' gem 'pg', '~> 1.0'