-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathGemfile
More file actions
34 lines (32 loc) · 812 Bytes
/
Gemfile
File metadata and controls
34 lines (32 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
source 'https://rubygems.org'
gem 'backports'
gem 'bourbon'
gem 'capistrano', '~> 3.11'
gem 'capistrano-rails', '~> 1.4'
gem 'capistrano-passenger', '~> 0.2.0'
gem 'capistrano-rbenv', '~> 2.1', '>= 2.1.4'
gem 'capistrano-git-with-submodules', '~> 2.0'
gem 'dotenv'
gem 'dotenv-deployment'
gem 'mysql2'
gem 'rubyzip'
gem 'sass'
gem 'sentry-ruby'
gem 'sequel', '~> 4.44'
gem 'sinatra', '~> 2'
gem 'sinatra-asset-pipeline', git: 'https://github.com/koffeinfrei/sinatra-asset-pipeline.git'
gem 'sinatra-contrib'
gem 'sinatra-simple-navigation'
gem 'slim'
gem 'uglifier'
gem 'whenever', require: false
group :development do
gem 'benchmark-ips'
gem 'better_errors'
gem 'image_optim'
gem 'image_optim_pack'
gem 'nyan-cat-formatter'
gem 'pry'
gem 'rspec'
gem 'rubocop', '~> 1.57.2', require: false
end