Skip to content

Commit acd3c2b

Browse files
committed
[ci] Use ruby-2.5.8
1 parent a23171d commit acd3c2b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Ruby 2.5
15+
- name: Set up Ruby 2.5.8
1616
uses: actions/setup-ruby@v1
1717
with:
18-
ruby-version: 2.5.x
18+
ruby-version: 2.5.8
1919
- name: Test with Rspec
2020
run: |
2121
gem install bundler

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.5.0
1+
ruby-2.5.8

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
ruby '2.5.8'
23

34
gem 'redis'
45
gem 'dogapi'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ DEPENDENCIES
6666
rspec
6767
timecop
6868

69+
RUBY VERSION
70+
ruby 2.5.8p224
71+
6972
BUNDLED WITH
70-
1.17.3
73+
2.1.4

0 commit comments

Comments
 (0)