Explorar el Código

Ruby 2.6.0 released 🎉

Andrew Swistak hace 7 años
padre
commit
a0d1bc1639
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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'