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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ gem "webpacker", "~> 5.4.3" # Use webpack to manage app-like JavaScript modules
group :development do
gem "better_errors", "~> 2.9" # Provides a better error page for Rails and other Rack apps

gem "brakeman", "~> 5.2", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
gem "brakeman", "~> 5.4", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
gem "bundler-audit", "~> 0.9" # bundler-audit provides patch-level verification for Bundled apps
gem "derailed_benchmarks", "~> 2.1", require: false # A series of things you can use to benchmark a Rails or Ruby app
gem "easy_translate", "~> 0.5.1" # Google translate tie-in to be used with i18n tasks
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
safely_block (>= 0.1.1)
bootsnap (1.10.2)
msgpack (~> 1.2)
brakeman (5.2.0)
brakeman (5.4.1)
browser (5.3.1)
brpoplpush-redis_script (0.1.2)
concurrent-ruby (~> 1.0, >= 1.0.5)
Expand Down Expand Up @@ -330,9 +330,10 @@ GEM
multi_json (>= 1.11.0)
globalid (1.0.0)
activesupport (>= 5.0)
google-protobuf (3.19.2)
google-protobuf (3.19.2-x86_64-darwin)
google-protobuf (3.19.2-x86_64-linux)
google-protobuf (3.22.0)
google-protobuf (3.22.0-arm64-darwin)
google-protobuf (3.22.0-x86_64-darwin)
google-protobuf (3.22.0-x86_64-linux)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -910,7 +911,7 @@ DEPENDENCIES
better_errors (~> 2.9)
blazer (~> 2.5.0)
bootsnap (>= 1.1.0)
brakeman (~> 5.2)
brakeman (~> 5.4)
bullet (~> 7.0)
bundler-audit (~> 0.9)
capybara (~> 3.36.0)
Expand Down
Binary file removed vendor/cache/brakeman-5.2.0.gem
Binary file not shown.
Binary file added vendor/cache/brakeman-5.4.1.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/google-protobuf-3.19.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/google-protobuf-3.22.0.gem
Binary file not shown.