diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-07-12 19:49:27 -0400 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-07-12 19:49:27 -0400 | 
| commit | e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57 (patch) | |
| tree | 2748555a64d0d1ff8c412eac9fc799c8aefe58bc /Gemfile | |
| parent | 8b20bc82f03688a06a6c4057eee139e860c3f9b6 (diff) | |
| download | thoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.tar.gz thoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.tar.bz2 thoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.zip | |
Updated Puma
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Gemfile b/Gemfile index 8293136..05622f1 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.0' | |||
| 11 | # Use sqlite3 as the database for Active Record | 11 | # Use sqlite3 as the database for Active Record | 
| 12 | gem 'sqlite3' | 12 | gem 'sqlite3' | 
| 13 | # Use Puma as the app server | 13 | # Use Puma as the app server | 
| 14 | gem 'puma', '~> 3.7' | 14 | gem 'puma', '>= 4.3.8' | 
| 15 | # Use SCSS for stylesheets | 15 | # Use SCSS for stylesheets | 
| 16 | gem 'sassc-rails' | 16 | gem 'sassc-rails' | 
| 17 | # Use Uglifier as compressor for JavaScript assets | 17 | # Use Uglifier as compressor for JavaScript assets | 
