Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a0s committed Feb 27, 2021
1 parent 2cde14d commit b8276f1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.5-stretch
FROM ruby:2.7-stretch
MAINTAINER a0s@github.com
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
Expand Down
67 changes: 36 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,43 +1,48 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
i18n (1.6.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.1.8)
diff-lcs (1.4.4)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
mustermann (1.0.3)
puma (3.12.1)
rack (2.0.7)
rack-protection (2.0.5)
minitest (5.14.4)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.5)
puma (5.2.1)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.1.0)
rack
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
sinatra (2.0.5)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
ruby2_keywords (0.0.4)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tilt (2.0.10)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -49,4 +54,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
1.17.2
2.1.4

0 comments on commit b8276f1

Please sign in to comment.