Browse Source

Ruby 2.6.0 released 🎉

Andrew Swistak 7 năm trước cách đây
mục cha
commit
a0d1bc1639
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .ruby-version
  2. 1 1
      Gemfile

+ 1 - 1
.ruby-version

@@ -1 +1 @@
-ruby-2.5.3
+ruby-2.6.0

+ 1 - 1
Gemfile

@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 git_source(:github) { |repo| "https://github.com/#{repo}.git" }
 
-ruby '2.5.3'
+ruby '2.6.0'
 
 gem 'rails', '~> 5.2.2'
 gem 'pg'