Skip to content
Closed
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 section_1/MyApp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions section_1/MyApp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ GEM
equatable (~> 0.6)
tty-color (~> 0.5)
public_suffix (4.0.1)
puma (3.12.1)
puma (3.12.4)
rack (2.0.7)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -323,7 +323,7 @@ DEPENDENCIES
foreman
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
puma (~> 3.11)
puma (~> 3.12)
rails (~> 5.2.3)
rails-hyperstack (~> 1.0.alpha1.0)
sass-rails (~> 5.0)
Expand Down