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 @@ -10,7 +10,7 @@ ruby '3.1.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.1.3.4'
# Use Puma as the app server
gem 'puma', '6.4.2'
gem 'puma', '6.4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>=5.0.5'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.1.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.3)
Expand Down Expand Up @@ -288,7 +288,7 @@ DEPENDENCIES
contentstack (~> 0.8.0)
jbuilder (= 2.11.5)
listen (= 3.9.0)
puma (= 6.4.2)
puma (= 6.4.3)
rails (= 7.1.3.4)
sass-rails (>= 5.0.5)
selenium-webdriver (= 4.8.6)
Expand All @@ -303,4 +303,4 @@ RUBY VERSION
ruby 3.1.4p223

BUNDLED WITH
2.5.6
2.3.26
Loading