소스 검색

Bump ruby version

Andrew Swistak 5 년 전
부모
커밋
a27fdcadc8
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      .ruby-version
  2. 1 1
      Gemfile
  3. 2 2
      Gemfile.lock

+ 1 - 1
.ruby-version

@@ -1 +1 @@
-ruby-2.6.3
+ruby-2.7.0

+ 1 - 1
Gemfile

@@ -3,7 +3,7 @@
 source 'https://rubygems.org'
 git_source(:github) { |repo| "https://github.com/#{repo}.git" }
 
-ruby '2.6.3'
+ruby '2.7.0'
 
 gem 'bcrypt', '~> 3.1.7'
 gem 'bootsnap', '>= 1.4.1', require: false

+ 2 - 2
Gemfile.lock

@@ -381,7 +381,7 @@ DEPENDENCIES
   webpacker
 
 RUBY VERSION
-   ruby 2.6.3p62
+   ruby 2.7.0p0
 
 BUNDLED WITH
-   1.17.2
+   2.1.4