Skip to content

Commit ec337e5

Browse files
committed
Updated ruby to 2.7.8
1 parent f3cfb2e commit ec337e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Ruby and run bundle install
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: 2.7.7
28+
ruby-version: 2.7.8
2929
bundler-cache: true
3030

3131
- name: Show Ruby version

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.7
1+
2.7.8

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.7.7'
3+
ruby '2.7.8'
44

55
gem 'rails', '~> 5.2'
66

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ DEPENDENCIES
315315
unicorn
316316

317317
RUBY VERSION
318-
ruby 2.7.7p221
318+
ruby 2.7.8p225
319319

320320
BUNDLED WITH
321321
2.1.4

0 commit comments

Comments
 (0)