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 @@ -11,7 +11,7 @@ gem 'concurrent-ruby', '1.3.4' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7.
# Use mysql2 as the database for Active Record
gem 'mysql2', '~> 0.5.6'
# Use puma as the web host
gem 'puma', '~> 6.4'
gem 'puma', '~> 7.2'

# "Internal" EOL gems:
gem 'eol_terms', git: 'https://github.com/EOL/eol_terms.git', branch: 'main'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nio4r (2.7.5)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -335,7 +335,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (6.0.2)
puma (6.4.2)
puma (7.2.1)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
net-http
oj (~> 3.13)
pry-rails
puma (~> 6.4)
puma (~> 7.2)
pundit (~> 2.1)
rack-cors
rails (= 6.1.7.7)
Expand Down