This commit is contained in:
Jérémy Lecour 2020-12-10 11:50:11 +01:00
parent ffc655c9ae
commit ce1df5f2d6
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.0'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4' gem 'sqlite3', '~> 1.4'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '~> 4.1' gem 'puma', '~> 5.1'
# Use SCSS for stylesheets # Use SCSS for stylesheets
gem 'sass-rails', '>= 6' gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

View file

@ -162,7 +162,7 @@ GEM
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (4.3.7) puma (5.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (2.2.3) rack (2.2.3)
rack-proxy (0.6.5) rack-proxy (0.6.5)
@ -266,7 +266,7 @@ DEPENDENCIES
jbuilder (~> 2.7) jbuilder (~> 2.7)
listen (~> 3.2) listen (~> 3.2)
pry pry
puma (~> 4.1) puma (~> 5.1)
rails (~> 6.1.0) rails (~> 6.1.0)
sass-rails (>= 6) sass-rails (>= 6)
selenium-webdriver selenium-webdriver