Skip to content

Commit c8511e4

Browse files
committed
Setup ruby version to 2.4.0
1 parent e5dcae0 commit c8511e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.4.0

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
ruby '2.5.0'
2+
ruby '2.4.0'
33

44
gem 'rspec', '~> 3.7'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DEPENDENCIES
2323
rspec (~> 3.7)
2424

2525
RUBY VERSION
26-
ruby 2.5.0p0
26+
ruby 2.4.0p0
2727

2828
BUNDLED WITH
2929
1.16.1

0 commit comments

Comments
 (0)