Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2023
1 parent 6c1603a commit 68b7a6a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.8
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# STEP 1 build base image
############################

FROM ruby:2.7.0-buster as base
FROM ruby:2.7.8-buster as base

RUN apt-get update \
&& apt-get install -y apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# STEP 1 build base image
############################

FROM ruby:2.7.0-buster as base
FROM ruby:2.7.8-buster as base

RUN apt-get update \
&& apt-get install -y apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

ruby '2.7.0'
ruby '2.7.8'
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.16)
bcrypt (3.1.19)
bindex (0.8.1)
brakeman (5.4.1)
builder (3.2.4)
Expand Down Expand Up @@ -117,9 +117,9 @@ GEM
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
faraday-net_http (3.0.2)
ffaker (2.21.0)
ffi (1.15.3)
ffi (1.15.5)
friendly_id (5.5.0)
activerecord (>= 4.0.0)
get_process_mem (0.2.7)
Expand Down Expand Up @@ -198,12 +198,12 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.20.1)
parser (3.0.2.0)
parser (3.0.3.2)
ast (~> 2.4.1)
pg (1.5.3)
racc (1.7.1)
rack (2.2.7)
rack-proxy (0.7.2)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
rainbow (3.0.0)
raindrops (0.19.2)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
react-rails (2.7.1)
Expand All @@ -252,18 +252,18 @@ GEM
tilt
redis (4.6.0)
regexp_parser (2.1.1)
request_store (1.5.0)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rspec-core (3.10.1)
rexml (3.2.6)
rspec-core (3.10.2)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.1.2)
Expand All @@ -274,7 +274,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (3.10.3)
rubocop (1.18.4)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
Expand All @@ -340,7 +340,7 @@ GEM
sysexits (1.2.0)
temple (0.8.2)
thor (1.2.2)
tilt (2.0.10)
tilt (2.0.11)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -423,7 +423,7 @@ DEPENDENCIES
webpacker (< 7)

RUBY VERSION
ruby 2.7.0p0
ruby 2.7.8p225

BUNDLED WITH
2.3.8

0 comments on commit 68b7a6a

Please sign in to comment.