Skip to content

Commit 385894d

Browse files
committed
Set Ruby version to 2.3.4 for Heroku
1 parent 7b79f44 commit 385894d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
2+
ruby "~> 2.3.4"
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '5.0.2'

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,8 @@ DEPENDENCIES
222222
unicorn
223223
web-console (~> 2.0)
224224

225+
RUBY VERSION
226+
ruby 2.3.4p301
227+
225228
BUNDLED WITH
226229
1.15.1

0 commit comments

Comments
 (0)