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 @@ -39,7 +39,7 @@ group :development, :test do
gem 'puma', '~> 7.1'

# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', '~> 1.11.0', platforms: %i[mri mingw x64_mingw]
gem 'debug', '~> 1.11.1', platforms: %i[mri mingw x64_mingw]
end

group :development do
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ GEM
concurrent-ruby (1.3.5)
connection_pool (3.0.2)
crass (1.0.6)
date (3.5.0)
debug (1.11.0)
date (3.5.1)
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
drb (2.2.3)
erb (6.0.0)
erb (6.0.1)
erubi (1.13.1)
et-orbi (1.4.0)
tzinfo
Expand Down Expand Up @@ -149,8 +149,8 @@ GEM
hashie (3.6.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
irb (1.15.3)
io-console (0.8.2)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand Down Expand Up @@ -229,7 +229,7 @@ GEM
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
psych (5.2.6)
psych (5.3.1)
date
stringio
public_suffix (6.0.2)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (6.16.1)
rdoc (7.0.1)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -336,7 +336,7 @@ GEM
fugit (~> 1.11)
railties (>= 7.1)
thor (>= 1.3.1)
stringio (3.1.9)
stringio (3.2.0)
thor (1.4.0)
thread_safe (0.3.6)
timeout (0.4.4)
Expand Down Expand Up @@ -378,7 +378,7 @@ DEPENDENCIES
bootsnap (~> 1.19.0)
brakeman (~> 7.1.1)
capybara (~> 3.40.0)
debug (~> 1.11.0)
debug (~> 1.11.1)
github_api (~> 0.19.0)
pg (~> 1.6.2)
propshaft (~> 1.3.1)
Expand Down