Skip to content
Open
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
6 changes: 3 additions & 3 deletions api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ group :development, :test do
gem 'faker', '~> 3.6.0'

# Stubbing and mocking
gem 'mocha', '~> 3.0.1'
gem 'mocha', '~> 3.0.2'
end

group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
gem 'annotaterb', '~> 4.20' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.38.2'
gem 'annotaterb', '~> 4.22' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.39.1'
gem 'rubocop-rails', '~> 2.34'
end

Expand Down
60 changes: 36 additions & 24 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,18 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
airbrussh (1.6.0)
sshkit (>= 1.6.1, != 1.7.0)
annotaterb (4.20.0)
annotaterb (4.22.0)
activerecord (>= 6.0.0)
activesupport (>= 6.0.0)
ast (2.4.3)
base64 (0.3.0)
bcrypt_pbkdf (1.1.2)
bigdecimal (4.0.1)
bootsnap (1.21.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
builder (3.3.0)
capistrano (3.20.0)
Expand Down Expand Up @@ -139,7 +141,7 @@ GEM
multi_json
drb (2.2.3)
ed25519 (1.4.0)
erb (6.0.1)
erb (6.0.2)
erubi (1.13.1)
excon (1.2.8)
logger
Expand All @@ -155,11 +157,15 @@ GEM
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.18.0)
json (2.18.1)
json-schema (6.1.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
Expand All @@ -174,11 +180,14 @@ GEM
net-pop
net-smtp
marcel (1.1.0)
mcp (0.7.1)
json-schema (>= 4.1)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.1)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
mocha (3.0.1)
mocha (3.0.2)
ruby2_keywords (>= 0.0.5)
msgpack (1.8.0)
multi_json (1.16.0)
Expand All @@ -199,12 +208,12 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.5)
nokogiri (1.19.0)
nokogiri (1.19.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.10.0)
parser (3.3.10.2)
ast (~> 2.4.1)
racc
pp (0.6.3)
Expand All @@ -214,10 +223,11 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (7.0.2)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.4)
rack (3.2.5)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
Expand Down Expand Up @@ -246,8 +256,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.1.2)
actionpack (= 8.1.2)
Expand All @@ -260,28 +270,29 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (7.1.0)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.11.3)
reline (0.6.3)
io-console (~> 0.5)
rubocop (1.82.1)
rubocop (1.85.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.48.0, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-minitest (0.38.2)
rubocop-minitest (0.39.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
Expand All @@ -295,20 +306,21 @@ GEM
ruby2_keywords (0.0.5)
rubyzip (3.2.2)
securerandom (0.4.1)
sentry-rails (6.3.0)
sentry-rails (6.4.0)
railties (>= 5.2.0)
sentry-ruby (~> 6.3.0)
sentry-ruby (6.3.0)
sentry-ruby (~> 6.4.0)
sentry-ruby (6.4.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
logger
sshkit (1.25.0)
base64
logger
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stackprof (0.2.27)
stackprof (0.2.28)
stringio (3.2.0)
thor (1.5.0)
timeout (0.6.0)
Expand All @@ -324,15 +336,15 @@ GEM
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
ruby

DEPENDENCIES
active_model_serializers (~> 0.10)
active_storage_validations (~> 3.0)
annotaterb (~> 4.20)
annotaterb (~> 4.22)
bcrypt_pbkdf
bootsnap
capistrano (~> 3.20)
Expand All @@ -348,12 +360,12 @@ DEPENDENCIES
ed25519
factory_bot_rails (~> 6.5.1)
faker (~> 3.6.0)
mocha (~> 3.0.1)
mocha (~> 3.0.2)
mysql2 (~> 0.5)
puma (~> 7.2)
rack-cors
rails (~> 8.1.2)
rubocop-minitest (~> 0.38.2)
rubocop-minitest (~> 0.39.1)
rubocop-rails (~> 2.34)
rubyzip (~> 3.2.2)
sentry-rails
Expand Down
Loading