Skip to content
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
mariadb-client

WORKDIR /usr/src/app
ENV BUNDLE_PATH /gems
ENV BUNDLE_PATH=/gems
RUN gem install bundler
52 changes: 28 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
ast (2.4.3)
base64 (0.2.0)
bigdecimal (3.1.9)
coderay (1.1.3)
date_named_file (0.1.1)
deep_merge (1.2.2)
diff-lcs (1.6.0)
diff-lcs (1.6.1)
docile (1.4.1)
dotenv (3.1.7)
dotenv (3.1.8)
dry-cli (1.2.0)
dry-files (1.1.0)
dry-inflector (1.2.0)
Expand All @@ -45,19 +45,20 @@ GEM
dry-inflector (~> 1.0, < 2)
rake (~> 13.0)
zeitwerk (~> 2.6)
json (2.10.2)
json (2.11.3)
language_server-protocol (3.17.0.4)
library_stdnums (1.6.0)
lint_roller (1.1.0)
method_source (1.1.0)
milemarker (1.0.1)
mysql2 (0.5.6)
parallel (1.26.3)
parser (3.3.7.1)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
prism (1.4.0)
prometheus-client (4.2.4)
base64
pry (0.15.2)
Expand All @@ -73,30 +74,33 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
rspec-expectations (3.13.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
rspec-mocks (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.2)
rspec-support (3.13.3)
rubocop (1.75.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.25.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
sequel (5.89.0)
sequel (5.92.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -107,18 +111,18 @@ GEM
simplecov_json_formatter (0.1.4)
sqlite3 (2.6.0-aarch64-linux-gnu)
sqlite3 (2.6.0-x86_64-linux-gnu)
standard (1.45.0)
standard (1.49.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.71.0)
rubocop (~> 1.75.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-performance (~> 1.8)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.6.0)
standard-performance (1.8.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.23.0)
rubocop-performance (~> 1.25.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-prompt (0.23.1)
Expand Down Expand Up @@ -154,4 +158,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.6.5
2.6.8
Loading