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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'rack-cors', '~> 3.0.0'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.19.0', require: false
gem 'bootsnap', '~> 1.20.1', require: false

group :development, :test do
# Use the Puma web server [https://github.com/puma/puma]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
base64 (0.3.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.19.0)
bootsnap (1.20.1)
msgpack (~> 1.2)
brakeman (7.1.1)
racc
Expand Down Expand Up @@ -375,7 +375,7 @@ PLATFORMS

DEPENDENCIES
annotaterb (~> 4.20)
bootsnap (~> 1.19.0)
bootsnap (~> 1.20.1)
brakeman (~> 7.1.1)
capybara (~> 3.40.0)
debug (~> 1.11.1)
Expand Down