Skip to content

Commit 15fe9f7

Browse files
authored
Ruby: Update from 2.5.7 to 2.5.8 (#618)
1 parent cc9f2a7 commit 15fe9f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.7-slim
1+
FROM ruby:2.5.8-slim
22

33
# Add basic binaries
44
RUN apt-get update \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.5.7'
2+
ruby '2.5.8'
33

44
gem 'rails', '5.2.2.1'
55

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ DEPENDENCIES
425425
webpacker (~> 4)
426426

427427
RUBY VERSION
428-
ruby 2.5.7p206
428+
ruby 2.5.8p224
429429

430430
BUNDLED WITH
431431
1.17.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please also read our [Code of Conduct](https://github.com/RefugeRestrooms/refuge
3535

3636
## Tech
3737

38-
* Ruby Version - ruby-2.5.7
38+
* Ruby Version - ruby-2.5.8
3939
* Ruby on Rails
4040
* RSpec
4141
* Javascript

0 commit comments

Comments
 (0)