Updated Gemfile to match Ruby 2.6
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -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'
|
||||||
@@ -31,4 +31,4 @@ gem 'pry-rails'
|
|||||||
gem 'web-console', '>= 3.3.0'
|
gem 'web-console', '>= 3.3.0'
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
gem 'spring-watcher-listen', '~> 2.0.0'
|
gem 'spring-watcher-listen', '~> 2.0.0'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
|||||||
Reference in New Issue
Block a user