about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-07-12 19:49:27 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-07-12 19:49:27 -0400
commite9eadd6c939f5ff9cef33a5fc9d0d65596d64d57 (patch)
tree2748555a64d0d1ff8c412eac9fc799c8aefe58bc
parent8b20bc82f03688a06a6c4057eee139e860c3f9b6 (diff)
downloadthoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.tar.gz
thoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.tar.bz2
thoughts-e9eadd6c939f5ff9cef33a5fc9d0d65596d64d57.zip
Updated Puma
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock9
2 files changed, 7 insertions, 4 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
12gem 'sqlite3' 12gem 'sqlite3'
13# Use Puma as the app server 13# Use Puma as the app server
14gem 'puma', '~> 3.7' 14gem 'puma', '>= 4.3.8'
15# Use SCSS for stylesheets 15# Use SCSS for stylesheets
16gem 'sassc-rails' 16gem 'sassc-rails'
17# Use Uglifier as compressor for JavaScript assets 17# Use Uglifier as compressor for JavaScript assets
diff --git a/Gemfile.lock b/Gemfile.lock index 2bb7665..f46a1da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -140,9 +140,10 @@ GEM
140 js-routes (2.0.7) 140 js-routes (2.0.7)
141 railties (>= 4) 141 railties (>= 4)
142 libv8 (3.16.14.19) 142 libv8 (3.16.14.19)
143 listen (3.0.8) 143 listen (3.1.5)
144 rb-fsevent (~> 0.9, >= 0.9.4) 144 rb-fsevent (~> 0.9, >= 0.9.4)
145 rb-inotify (~> 0.9, >= 0.9.7) 145 rb-inotify (~> 0.9, >= 0.9.7)
146 ruby_dep (~> 1.2)
146 loofah (2.10.0) 147 loofah (2.10.0)
147 crass (~> 1.0.2) 148 crass (~> 1.0.2)
148 nokogiri (>= 1.5.9) 149 nokogiri (>= 1.5.9)
@@ -176,7 +177,8 @@ GEM
176 mimemagic (~> 0.3.0) 177 mimemagic (~> 0.3.0)
177 terrapin (~> 0.6.0) 178 terrapin (~> 0.6.0)
178 public_suffix (4.0.6) 179 public_suffix (4.0.6)
179 puma (3.12.6) 180 puma (5.3.2)
181 nio4r (~> 2.0)
180 racc (1.5.2) 182 racc (1.5.2)
181 rack (2.2.3) 183 rack (2.2.3)
182 rack-test (1.1.0) 184 rack-test (1.1.0)
@@ -213,6 +215,7 @@ GEM
213 responders (3.0.1) 215 responders (3.0.1)
214 actionpack (>= 5.0) 216 actionpack (>= 5.0)
215 railties (>= 5.0) 217 railties (>= 5.0)
218 ruby_dep (1.5.0)
216 rubyzip (2.3.2) 219 rubyzip (2.3.2)
217 sassc (2.4.0) 220 sassc (2.4.0)
218 ffi (~> 1.9) 221 ffi (~> 1.9)
@@ -301,7 +304,7 @@ DEPENDENCIES
301 normalize-rails 304 normalize-rails
302 paperclip 305 paperclip
303 pokeviewer! 306 pokeviewer!
304 puma (~> 3.7) 307 puma (>= 4.3.8)
305 rails (~> 5.2.0) 308 rails (~> 5.2.0)
306 sassc-rails 309 sassc-rails
307 selenium-webdriver 310 selenium-webdriver