about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile34
1 files changed, 27 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile index aee427f..5fa14f7 100644 --- a/Gemfile +++ b/Gemfile
@@ -7,17 +7,18 @@ 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', '~> 7.1.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' 14#gem 'puma', '>= 6.0.0'
15gem 'webrick', '~> 1.7'
15# Use SCSS for stylesheets 16# Use SCSS for stylesheets
16gem 'sass-rails', '~> 5.0' 17gem 'sassc-rails'
17# Use Uglifier as compressor for JavaScript assets 18# Use Uglifier as compressor for JavaScript assets
18gem 'uglifier', '>= 1.3.0' 19gem 'terser', '~> 1.1.19'
19# See https://github.com/rails/execjs#readme for more supported runtimes 20# See https://github.com/rails/execjs#readme for more supported runtimes
20gem 'therubyracer', platforms: :ruby 21gem 'mini_racer'
21 22
22# Use CoffeeScript for .coffee assets and views 23# Use CoffeeScript for .coffee assets and views
23gem 'coffee-rails', '~> 4.2' 24gem 'coffee-rails', '~> 4.2'
@@ -53,6 +54,8 @@ group :development do
53 gem 'capistrano-bundler', require: false 54 gem 'capistrano-bundler', require: false
54 gem 'capistrano-passenger', require: false 55 gem 'capistrano-passenger', require: false
55 gem 'highline', require: false 56 gem 'highline', require: false
57 gem 'ed25519', '>= 1.2', '< 2.0'
58 gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
56end 59end
57 60
58group :production do 61group :production do
@@ -65,7 +68,24 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
65gem 'haml' 68gem 'haml'
66gem 'normalize-rails' 69gem 'normalize-rails'
67gem 'devise' 70gem 'devise'
68gem 'ckeditor'
69gem 'paperclip' 71gem 'paperclip'
70gem 'jquery-rails' 72gem 'jquery-rails'
71gem 'pokeviewer', github: "hatkirby/pokeviewer" 73gem 'acts-as-taggable-on'
74gem 'jquery-ui-rails'
75gem 'js-routes'
76gem 'audited', '~> 5.0'
77gem 'enumerize'
78gem 'sprockets', '3.7.2'
79gem 'will_paginate', '~> 4.0'
80gem 'redcarpet'
81gem 'rouge'
82gem 'akismet'
83gem 'active_storage_validations'
84gem "image_processing", ">= 1.2"
85gem "meta-tags"
86gem 'rails_autolink'
87gem 'whenever', "~> 1.0.0", require: false
88gem "webmention"
89gem 'microformats', '~> 4.0', '>= 4.2.1'
90gem 'recaptcha'
91gem 'ransack'