Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build #1770

Merged
merged 1 commit into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.7.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6
FROM ruby:2.7
EXPOSE 3000
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/
Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ GEM
builder (3.2.4)
coderay (1.1.3)
colored (1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
cri (2.15.10)
ddmemoize (1.0.0)
ddmetrics (~> 1.0)
ref (~> 2.0)
ddmetrics (1.0.1)
ddplugin (1.0.2)
diff-lcs (1.3)
em-websocket (0.5.1)
diff-lcs (1.4.4)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
equatable (0.6.1)
eventmachine (1.2.7)
ffi (1.13.0)
ffi (1.13.1)
formatador (0.2.5)
guard (2.16.2)
formatador (>= 0.2.4)
Expand All @@ -46,35 +46,36 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
http_parser.rb (0.6.0)
json_schema (0.20.8)
json_schema (0.20.9)
kramdown (2.3.0)
rexml
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.5)
lumberjack (1.2.8)
method_source (1.0.0)
mini_portile2 (2.4.0)
multi_json (1.14.1)
nanoc (4.11.16)
multi_json (1.15.0)
nanoc (4.11.19)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0)
nanoc-cli (= 4.11.16)
nanoc-core (= 4.11.16)
nanoc-cli (= 4.11.19)
nanoc-core (= 4.11.19)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
tty-which (~> 0.4)
nanoc-checking (1.0.0)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
nanoc-cli (4.11.16)
nanoc-cli (4.11.19)
cri (~> 2.15)
diff-lcs (~> 1.3)
nanoc-core (= 4.11.16)
nanoc-core (= 4.11.19)
zeitwerk (~> 2.1)
nanoc-core (4.11.16)
nanoc-core (4.11.19)
concurrent-ruby (~> 1.1)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
Expand All @@ -89,19 +90,19 @@ GEM
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
nenv (0.3.0)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.1)
parallel (1.19.2)
pastel (0.7.4)
equatable (~> 0.6)
tty-color (~> 0.5)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.5)
public_suffix (4.0.6)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.2.3)
Expand All @@ -117,7 +118,7 @@ GEM
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-core (3.9.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -131,12 +132,12 @@ GEM
slow_enumerator_tools (1.1.0)
thor (1.0.1)
tomlrb (1.3.0)
tty-color (0.5.1)
tty-color (0.5.2)
tty-command (0.9.0)
pastel (~> 0.7.0)
tty-platform (0.3.0)
tty-which (0.4.2)
zeitwerk (2.3.0)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand Down