-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (26 loc) · 1.85 KB
/
Gemfile
File metadata and controls
29 lines (26 loc) · 1.85 KB
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
source 'https://rubygems.org'
gem 'dotenv-rails', groups: [:development, :test]
gem 'annotate', group: :development
gem 'byebug', groups: [:development, :test] # Call 'debugger' anywhere in the code to stop execution and get a debugger console
gem 'coffee-rails', '~> 4.0.0' # Use CoffeeScript for .js.coffee assets and views
gem 'decent_exposure'
gem 'devise', github: 'plataformatec/devise', branch: 'lm-rails-4-2'
gem 'doorkeeper'
gem 'fabrication'
gem 'faker'
gem 'haml-rails', '>= 0.5.3'
gem 'jbuilder', '~> 2.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jquery-rails' # Use jquery as the JavaScript library
gem 'newrelic_rpm'
gem 'pg' # Use postgresql as the database for Active Record
gem 'rails', '4.2.0.beta1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails-html-sanitizer', '~> 1.0' # Use Rails Html Sanitizer for HTML sanitization
gem 'rspec-rails', '~> 3.1.0', groups: [:development, :test]
gem 'sass-rails', '~> 5.0.0.beta1' # Use SCSS for stylesheets
gem 'sdoc', '~> 0.4.0', group: :doc # bundle exec rake doc:rails generates the API under doc/api.
gem 'silent-postgres'
gem 'spring', groups: [:development, :test] # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'timecop'
gem 'turbolinks' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'uglifier', '>= 1.3.0' # Use Uglifier as compressor for JavaScript assets
gem 'web-console', '~> 2.0.0.beta2', groups: [:development, :test] # Access an IRB console on exceptions page and /console in development