Skip to content

Commit

Permalink
Merge pull request #490 from codacy/bump_to_v1.59
Browse files Browse the repository at this point in the history
Bump to the version 1.59.0 TS-713
  • Loading branch information
stefanvacareanu7 authored Dec 18, 2023
2 parents 4f0c38e + 2b96bcd commit b39beb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GEM_FOLDER="/usr/local/bundle"

ARG BASE_IMAGE=ruby:alpine3.18
ARG BASE_IMAGE=ruby:alpine3.19

FROM $BASE_IMAGE as doc-generator

Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ GEM
rubocop (>= 0.51.0)
drb (2.2.0)
ruby2_keywords
graphql (2.1.6)
graphql (2.1.7)
racc (~> 1.4)
haml (6.2.3)
temple (>= 0.8.2)
thor
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
Expand All @@ -55,19 +55,19 @@ GEM
rake (13.1.0)
rbs (3.3.2)
abbrev
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rubocop-factory_bot (~> 2.22)
rubocop-shopify (2.14.0)
rubocop (~> 1.51)
rubocop-sorbet (0.7.5)
rubocop-sorbet (0.7.6)
rubocop (>= 0.90.0)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
Expand Down Expand Up @@ -126,6 +126,7 @@ GEM

PLATFORMS
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
activesupport
Expand Down

0 comments on commit b39beb4

Please sign in to comment.