File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- 2.6.6
1
+ 2.7.1
Original file line number Diff line number Diff line change 11
11
# docker build --squash -t stefansundin/rssbox .
12
12
# docker push stefansundin/rssbox
13
13
14
- FROM stefansundin/ruby:2.6
14
+ FROM stefansundin/ruby:2.7
15
15
LABEL maintainer="stefansundin https://github.com/stefansundin/rssbox"
16
16
17
17
# install gem dependencies
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- ruby ">= 2.6 .0"
3
+ ruby ">= 2.7 .0"
4
4
5
5
gem "yajl-ruby" , require : "yajl/json_gem"
6
6
gem "rake" , require : false
Original file line number Diff line number Diff line change 19
19
rake (>= 12 )
20
20
heroku-env (0.1.4 )
21
21
io-console (0.5.6 )
22
- irb (1.2.3 )
22
+ irb (1.2.4 )
23
23
reline (>= 0.0.1 )
24
24
loofah (2.5.0 )
25
25
crass (~> 1.0.2 )
45
45
pry-remote (0.1.8 )
46
46
pry (~> 0.9 )
47
47
slop (~> 3.0 )
48
- public_suffix (4.0.4 )
48
+ public_suffix (4.0.5 )
49
49
puma (4.3.3 )
50
50
nio4r (~> 2.0 )
51
51
rack (2.2.2 )
54
54
rack-ssl-enforcer (0.2.9 )
55
55
rake (13.0.1 )
56
56
rbtree3 (0.6.0 )
57
- redis (4.1.3 )
57
+ redis (4.1.4 )
58
58
redis-namespace (1.7.0 )
59
59
redis (>= 3.0.4 )
60
60
reline (0.1.4 )
@@ -111,7 +111,7 @@ DEPENDENCIES
111
111
yajl-ruby
112
112
113
113
RUBY VERSION
114
- ruby 2.6.6p146
114
+ ruby 2.7.1p83
115
115
116
116
BUNDLED WITH
117
- 1.17.2
117
+ 2.1.4
You can’t perform that action at this time.
0 commit comments