Selaa lähdekoodia

Ruby 2.6.0 released 🎉

Andrew Swistak 7 vuotta sitten
vanhempi
commit
a0d1bc1639
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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'