Skip to content

Commit 9ac201c

Browse files
committed
Ruby 2.7.1 and update gems.
1 parent d509bd6 commit 9ac201c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.6
1+
2.7.1

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# docker build --squash -t stefansundin/rssbox .
1212
# docker push stefansundin/rssbox
1313

14-
FROM stefansundin/ruby:2.6
14+
FROM stefansundin/ruby:2.7
1515
LABEL maintainer="stefansundin https://github.com/stefansundin/rssbox"
1616

1717
# install gem dependencies

Diff for: Gemfile

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

3-
ruby ">= 2.6.0"
3+
ruby ">= 2.7.0"
44

55
gem "yajl-ruby", require: "yajl/json_gem"
66
gem "rake", require: false

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
rake (>= 12)
2020
heroku-env (0.1.4)
2121
io-console (0.5.6)
22-
irb (1.2.3)
22+
irb (1.2.4)
2323
reline (>= 0.0.1)
2424
loofah (2.5.0)
2525
crass (~> 1.0.2)
@@ -45,7 +45,7 @@ GEM
4545
pry-remote (0.1.8)
4646
pry (~> 0.9)
4747
slop (~> 3.0)
48-
public_suffix (4.0.4)
48+
public_suffix (4.0.5)
4949
puma (4.3.3)
5050
nio4r (~> 2.0)
5151
rack (2.2.2)
@@ -54,7 +54,7 @@ GEM
5454
rack-ssl-enforcer (0.2.9)
5555
rake (13.0.1)
5656
rbtree3 (0.6.0)
57-
redis (4.1.3)
57+
redis (4.1.4)
5858
redis-namespace (1.7.0)
5959
redis (>= 3.0.4)
6060
reline (0.1.4)
@@ -111,7 +111,7 @@ DEPENDENCIES
111111
yajl-ruby
112112

113113
RUBY VERSION
114-
ruby 2.6.6p146
114+
ruby 2.7.1p83
115115

116116
BUNDLED WITH
117-
1.17.2
117+
2.1.4

0 commit comments

Comments
 (0)