This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gemfile
104 lines (97 loc) · 5.17 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# frozen_string_literal: true
ruby '2.4.3'
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
# Full-stack web application framework. (http://rubyonrails.org)
gem 'rails', '~> 5.2'
# Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/] (https://bitbucket.org/ged/ruby-pg)
gem 'pg', '~> 0.18'
# Flexible authentication solution for Rails with Warden (https://github.com/plataformatec/devise)
gem 'devise', '~> 4.2'
# Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications (http://puma.io)
gem 'puma', '~> 3.7'
# Ruby CoffeeScript Compiler (http://github.com/josh/ruby-coffee-script)
gem 'coffee-script', '~> 2.4', '>= 2.4.1'
# Sass adapter for the Rails asset pipeline. (https://github.com/rails/sass-rails)
gem 'sass-rails', '~> 5.0'
# Ruby wrapper for UglifyJS JavaScript compressor (http://github.com/lautis/uglifier)
gem 'uglifier', '>= 1.3.0'
# Embed the V8 JavaScript interpreter into Ruby (http://github.com/cowboyd/therubyracer)
gem 'therubyracer', platforms: :ruby
# rdoc html with javascript search index. (https://github.com/zzak/sdoc)
gem 'sdoc', '~> 0.4.0', group: :doc
# An elegant, structured (X)HTML/XML templating engine. (http://haml.info/)
gem 'bootstrap', '~> 4.0.0'
# An elegant, structured (X)HTML/XML templating engine. (http://haml.info/)
gem 'haml'
# Devise Bootstrap views with i18n support.
gem 'devise-bootstrap-views'
# A date picker for Twitter Bootstrap (https://github.com/Nerian/bootstrap-datepicker-rails)
gem 'bootstrap-datepicker-rails'
# Easy multi-tenanting for Rails + Devise (https://github.com/jekuno/milia)
gem 'milia', github: 'jekuno/milia', branch: 'issue#76'
# AWS SDK for Ruby (http://github.com/aws/aws-sdk-ruby)
gem 'aws-sdk', '~> 2.0'
# Ruby bindings for the Stripe API (https://stripe.com/docs/api/ruby)
gem 'stripe'
# Create JSON structures via a Builder-style DSL (https://github.com/rails/jbuilder)
gem 'jbuilder', '~> 2.5'
# Use jQuery with Rails 4+ (https://github.com/rails/jquery-rails)
gem 'jquery-rails'
# an asset gemification of the font-awesome icon font library (https://github.com/bokmann/font-awesome-rails)
gem 'font-awesome-rails'
# Simple Rails app configuration (https://github.com/laserlemon/figaro)
gem 'figaro'
# Log parser to identify actions which significantly increase VM heap size (http://github.com/noahd1/oink)
gem 'oink'
# help to kill N+1 queries and unused eager loading. (https://github.com/flyerhzm/bullet)
gem 'bullet'
# Boot large ruby/rails apps faster (https://github.com/Shopify/bootsnap)
gem 'bootsnap', require: false
group :development, :test do
# Ruby fast debugger - base + CLI (http://github.com/deivid-rodriguez/byebug)
gem 'byebug', platforms: %i[mri mingw x64_mingw]
# Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb (https://github.com/teamcapybara/capybara)
gem 'capybara', '~> 2.13'
# The next generation developer focused tool for automated testing of webapps (https://github.com/seleniumhq/selenium)
gem 'selenium-webdriver'
end
group :development do
# Guard keeps an eye on your file modifications (http://guardgem.org)
gem 'guard'
# Guard plugin for livereload (https://rubygems.org/gems/guard-livereload)
gem 'guard-livereload', '~> 2.5', require: false
# An IRB alternative and runtime developer console (http://pryrepl.org)
gem 'pry', '~> 0.10.3'
# Automatic Ruby code style checking tool. (https://github.com/bbatsov/rubocop)
gem 'rubocop'
# Annotates Rails Models, routes, fixtures, and others based on the database schema. (http://github.com/ctran/annotate_models)
gem 'annotate'
# Listen to file modifications (https://github.com/guard/listen)
gem 'listen', '>= 3.0.5', '< 3.2'
# A debugging tool for your Ruby on Rails applications. (https://github.com/rails/web-console)
gem 'web-console', '>= 3.3.0'
# Rails application preloader (https://github.com/rails/spring)
gem 'spring'
# Makes spring watch files using the listen gem. (https://github.com/jonleighton/spring-watcher-listen)
gem 'spring-watcher-listen', '~> 2.0.0'
# Security vulnerability scanner for Ruby on Rails. (http://brakemanscanner.org)
gem 'brakeman', require: false
# Better error page for Rails and other Rack apps (https://github.com/charliesome/better_errors)
gem 'better_errors'
# Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack. (http://github.com/banister/binding_of_caller)
gem 'binding_of_caller'
# Entity-relationship diagram for your Rails models. (https://github.com/voormedia/rails-erd)
gem 'rails-erd'
# {Seed Dumper for Rails} (https://github.com/rroblak/seed_dump)
gem 'seed_dump'
# let your Gemfile do the configuring (http://github.com/indirect/haml-rails)
gem 'haml-rails', '~> 1.0'
end
# Timezone Data for TZInfo (http://tzinfo.github.io)
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
# An Action Dispatch session store backed by an Active Record class. (https://github.com/rails/activerecord-session_store)
gem 'activerecord-session_store', github: 'rails/activerecord-session_store'