about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-01-14 13:59:32 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-01-14 13:59:32 -0500
commite5875e03ffe61b1ffe69173ae562bb1532bd2cee (patch)
tree7f76419c9cdc43361854d05efdfcf731d6b363fc /Gemfile
parentc650bee03937bd0e741e701f1fe0bfe5cf8e040e (diff)
downloadthoughts-e5875e03ffe61b1ffe69173ae562bb1532bd2cee.tar.gz
thoughts-e5875e03ffe61b1ffe69173ae562bb1532bd2cee.tar.bz2
thoughts-e5875e03ffe61b1ffe69173ae562bb1532bd2cee.zip
Update pokeviewer & security updates
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 4561c51..0bf9828 100644 --- a/Gemfile +++ b/Gemfile
@@ -7,13 +7,13 @@ end
7 7
8 8
9# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' 9# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10gem 'rails', '~> 5.1.4' 10gem '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', '~> 3.7'
15# Use SCSS for stylesheets 15# Use SCSS for stylesheets
16gem 'sass-rails', '~> 5.0' 16gem 'sassc-rails'
17# Use Uglifier as compressor for JavaScript assets 17# Use Uglifier as compressor for JavaScript assets
18gem 'uglifier', '>= 1.3.0' 18gem 'uglifier', '>= 1.3.0'
19# See https://github.com/rails/execjs#readme for more supported runtimes 19# See https://github.com/rails/execjs#readme for more supported runtimes