-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
45 lines (42 loc) · 909 Bytes
/
Gemfile
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
35
36
37
38
39
40
41
42
43
44
45
ruby '2.6.4'
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
gem 'bootstrap-sass'
gem 'byebug', platform: :mri
gem 'carrierwave'
gem 'devise', github: 'plataformatec/devise'
gem 'dropzonejs-rails'
gem 'excon'
gem 'fog'
gem 'fog-aws'
gem 'haml'
gem 'html2haml'
gem 'inherited_resources'
gem 'jbuilder'
gem 'jquery-rails'
gem 'lol_dba'
gem 'pg'
gem 'puma'
gem 'rails', '~> 5.1'
gem 'redis'
gem 'sass-rails'
gem 'sidekiq'
gem 'simple_form', github: 'AgileConsultingLLC/simple_form'
gem 'sqlite3'
gem 'streamio-ffmpeg'
gem 'therubyracer', platforms: :ruby
gem 'turbolinks'
gem 'uglifier'
gem 'viddl'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'listen'
gem 'spring'
gem 'spring-watcher-listen'
gem 'web-console'
gem 'letter_opener'
end