We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 902c2df + 20bf51d commit 03c4c68Copy full SHA for 03c4c68
.ruby-version
@@ -1 +1 @@
1
-2.6.5
+2.7.3
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:2.6.5
+FROM ruby:2.7.3
2
3
ENV LANG=C.UTF-8
4
ENV ENABLE_SERVICE_WORKER=true
Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-ruby '~> 2.6.0'
+ruby '~> 2.7.3'
gem 'rake'
5
gem 'thor'
Gemfile.lock
@@ -170,7 +170,7 @@ DEPENDENCIES
170
yajl-ruby
171
172
RUBY VERSION
173
- ruby 2.6.3p62
+ ruby 2.7.3p183
174
175
BUNDLED WITH
176
- 2.0.2
+ 2.1.4
0 commit comments