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"
end
ruby '~> 2.5.3'
ruby '~> 2.6.0'
gem 'rails', '~> 5.2.1'
gem 'pg', '~> 1.0'
@@ -31,4 +31,4 @@ gem 'pry-rails'
gem 'web-console', '>= 3.3.0'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'sqlite3'
gem 'sqlite3'