Skip to content

Commit 873760b

Browse files
committed
Upgrades Ruby to 2.7.1
1 parent 1d50b3f commit 873760b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.7.1

Dockerfile

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

33
RUN apt-get update -qq && apt-get install -y build-essential
44

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ DEPENDENCIES
251251
valid_attribute
252252

253253
RUBY VERSION
254-
ruby 2.6.1p33
254+
ruby 2.7.1p83
255255

256256
BUNDLED WITH
257-
1.17.2
257+
2.1.4

0 commit comments

Comments
 (0)