Skip to content

Instantly share code, notes, and snippets.

@hauleth
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hauleth/5fe4bc56548bfca60b35 to your computer and use it in GitHub Desktop.
Save hauleth/5fe4bc56548bfca60b35 to your computer and use it in GitHub Desktop.
Bundler 1.7.3
Ruby 2.1.2 (2014-05-08 patchlevel 95) [x86_64-linux]
Rubygems 2.4.2
GEM_HOME
Bundler settings
path
Set for your local app (/home/hauleth/Workspace/orodruin/.bundle/config): "vendor/bundle"
Set for the current user (/home/hauleth/.bundle/config): "vendor/bundle"
jobs
Set for the current user (/home/hauleth/.bundle/config): "4"
build.nokogiri
Set for the current user (/home/hauleth/.bundle/config): "--use-system-libraries"
disable_shared_gems
Set for your local app (/home/hauleth/Workspace/orodruin/.bundle/config): "1"
Gemfile
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0.beta2'
gem 'pg'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.0.beta1'
gem 'bootstrap-sass'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# API builder
gem 'grape', '~> 0.9.0'
# Build JSON APIs with ease.
gem 'grape-entity'
# Use jquery as the JavaScript library
# gem 'jquery-rails'
# Turbolinks makes following links in your web application faster.
# Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Spring speeds up development by keeping your application running in the
# background. Read more: https://github.com/rails/spring
gem 'spring', group: :development
# Use Unicorn as the app server
gem 'unicorn', require: false
# Background jobs
gem 'sidekiq'
# Photos uploader
gem 'carrierwave'
gem 'mini_magick'
# User management
gem 'devise', '~> 3.4.0'
gem 'cancancan', '~> 1.9.0'
gem 'rolify', '~> 3.4.0'
# OAuth sign up
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem 'omniauth-vkontakte'
# Simplify controllers by decent_exposure
gem 'decent_exposure'
# Simplify views using decorators
gem 'draper', '~> 1.4.0'
# Nicer views template engine
gem 'slim-rails'
# From helpers
gem 'simple_form', '~> 3.0.1'
# Lightweight markup language for blog posts (Markdown in this case)
gem 'redcarpet', '~> 3.2.0'
gem 'emoji'
gem 'escape_utils'
# Allow social translations
gem 'localeapp'
gem 'rails-i18n', '~> 4.0.0'
# Track emails
gem 'mandriller'
group :doc do
gem 'yard', require: false
gem 'yard-tomdoc', require: false
end
group :development do
gem 'web-console', '~> 2.0.beta4'
# Process management
gem 'foreman', require: false
# Style checking
gem 'rubocop', require: false
# Detect N+1 queries
gem 'bullet'
# Detect security vulnerabilities
gem 'brakeman', require: false
# Preview application flow in Chrome
gem 'meta_request'
# STFU
gem 'quiet_assets'
# Automate things
gem 'guard'
gem 'guard-bower'
gem 'guard-brakeman'
gem 'guard-bundler'
gem 'guard-minitest'
gem 'guard-konacha'
end
group :development, :test do
# Acceptance tests
gem 'spinach-rails'
# Better console
gem 'pry-rails'
gem 'pry-byebug'
# Fixtures replacement
gem 'fabrication'
gem 'ffaker'
end
group :test do
# Use MiniTest::Spec instead of MiniTest::Unit
gem 'minitest-rails'
gem 'minitest-extra-matchers'
gem 'minitest-reporters'
gem 'minitest-metadata', require: false
gem 'minitest-capybara'
# Nicer mocking library
gem 'rr', require: false
gem 'poltergeist'
# Coverage reports
gem 'simplecov', require: false
gem 'coveralls', require: false
# JavaScript test runner
gem 'konacha'
gem 'database_cleaner'
end
Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.0.beta2)
actionpack (= 4.2.0.beta2)
actionview (= 4.2.0.beta2)
activejob (= 4.2.0.beta2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.3)
actionpack (4.2.0.beta2)
actionview (= 4.2.0.beta2)
activesupport (= 4.2.0.beta2)
rack (~> 1.6.0.beta)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.3)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.0.beta2)
activesupport (= 4.2.0.beta2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.3)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
activejob (4.2.0.beta2)
activesupport (= 4.2.0.beta2)
globalid (>= 0.3.0)
activemodel (4.2.0.beta2)
activesupport (= 4.2.0.beta2)
builder (~> 3.1)
activerecord (4.2.0.beta2)
activemodel (= 4.2.0.beta2)
activesupport (= 4.2.0.beta2)
arel (>= 6.0.0.beta1, < 6.1)
activesupport (4.2.0.beta2)
i18n (>= 0.7.0.beta1, < 0.8)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
ansi (1.4.3)
arel (6.0.0.beta1)
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.7)
binding_of_caller (0.7.3.pre1)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.2.0.2)
sass (~> 3.2)
brakeman (2.6.3)
erubis (~> 2.6)
fastercsv (~> 1.5)
haml (>= 3.0, < 5.0)
highline (~> 1.6.20)
multi_json (~> 1.2)
ruby2ruby (~> 2.1.1)
ruby_parser (~> 3.5.0)
sass (~> 3.0)
slim (>= 1.3.6, < 3.0)
terminal-table (~> 1.4)
builder (3.2.2)
bullet (4.14.0)
activesupport (>= 3.0.0)
uniform_notifier (>= 1.6.0)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
callsite (0.0.11)
cancancan (1.9.2)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
celluloid (0.16.0)
timers (~> 4.0.0)
cliver (0.3.2)
coderay (1.1.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
colorize (0.7.3)
columnize (0.8.9)
connection_pool (2.0.0)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
database_cleaner (1.3.0)
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
decent_exposure (2.3.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (3.4.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
docile (1.1.5)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
draper (1.4.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
request_store (~> 1.0)
emoji (1.0.1)
json
equalizer (0.0.9)
erubis (2.7.0)
escape_utils (1.0.1)
execjs (2.2.2)
fabrication (2.11.3)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffaker (1.25.0)
ffi (1.9.6)
foreman (0.75.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
formatador (0.2.5)
gherkin-ruby (0.3.2)
gli (2.12.2)
globalid (0.3.0)
activesupport (>= 4.1.0)
grape (0.9.0)
activesupport
builder
hashie (>= 2.1.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus (>= 1.0.0)
grape-entity (0.4.4)
activesupport
multi_json (>= 1.3.2)
guard (2.6.1)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-bower (0.0.1)
guard (~> 2.2)
guard-brakeman (0.8.2)
brakeman (>= 2.1.1)
guard (>= 1.1.0)
guard-bundler (2.0.0)
bundler (~> 1.0)
guard (~> 2.2)
guard-konacha (1.0.5)
guard (>= 1.1)
konacha (>= 3.0)
guard-minitest (2.3.2)
guard (~> 2.0)
minitest (>= 3.0)
haml (4.0.5)
tilt
hashie (3.3.1)
highline (1.6.21)
hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0.beta1)
ice_nine (0.11.0)
json (1.8.1)
jwt (1.0.0)
kgio (2.9.2)
konacha (3.2.5)
actionpack (>= 3.1, < 5)
capybara
colorize
railties (>= 3.1, < 5)
sprockets
listen (2.7.11)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
localeapp (0.8.1)
gli
i18n
json
rack
rest-client
ya2yaml
loofah (2.0.1)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.1)
mime-types (>= 1.16, < 3)
mandriller (0.1.0)
actionmailer (>= 3.0)
multi_json
meta_request (0.3.4)
callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.0.0)
method_source (0.8.2)
mime-types (2.4.2)
mini_magick (3.8.1)
subexec (~> 0.2.1)
mini_portile (0.6.0)
minitest (5.4.2)
minitest-capybara (0.7.1)
capybara (~> 2.2)
minitest (~> 5.0)
rake
minitest-extra-matchers (0.0.13)
minitest (>= 4.0)
nokogiri (>= 1.6)
minitest-metadata (0.6.0)
minitest (>= 4.7, < 6.0)
minitest-rails (2.1.0)
minitest (~> 5.4)
railties (~> 4.1)
minitest-reporters (1.0.6)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
netrc (0.8.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
oauth (0.4.7)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-facebook (2.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.2.5)
omniauth (> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth-twitter (1.1.0)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
omniauth-vkontakte (1.3.3)
multi_json
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
orm_adapter (0.5.0)
parser (2.2.0.pre.5)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
pg (0.17.1)
poltergeist (1.5.1)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
powerpack (0.0.9)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (2.0.0)
byebug (~> 3.4)
pry (~> 0.10)
pry-rails (0.3.2)
pry (>= 0.9.10)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.6.0.beta)
rack-accept (0.4.5)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.2.0.beta2)
actionmailer (= 4.2.0.beta2)
actionpack (= 4.2.0.beta2)
actionview (= 4.2.0.beta2)
activejob (= 4.2.0.beta2)
activemodel (= 4.2.0.beta2)
activerecord (= 4.2.0.beta2)
activesupport (= 4.2.0.beta2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.0.beta2)
sprockets-rails (~> 3.0.0.beta1)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.4)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1)
loofah (~> 2.0)
rails-i18n (4.0.3)
i18n (~> 0.6)
railties (~> 4.0)
railties (4.2.0.beta2)
actionpack (= 4.2.0.beta2)
activesupport (= 4.2.0.beta2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
raindrops (0.13.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.1.2)
json (~> 1.4)
redcarpet (3.2.0)
redis (3.1.0)
redis-namespace (1.5.1)
redis (~> 3.0, >= 3.0.4)
request_store (1.1.0)
responders (2.0.0)
railties (>= 4.2.0.alpha, < 5)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rolify (3.4.1)
rr (1.1.2)
rubocop (0.26.1)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.4, < 3.0)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.6.0)
ruby2ruby (2.1.3)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.5.0)
sexp_processor (~> 4.1)
sass (3.4.6)
sass-rails (5.0.0.beta1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2)
sprockets (~> 2.12)
sprockets-rails (>= 2.0, < 4.0)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sexp_processor (4.4.4)
sidekiq (3.2.4)
celluloid (>= 0.15.2)
connection_pool (>= 2.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
simple_form (3.0.2)
actionpack (~> 4.0)
activemodel (~> 4.0)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slim (2.1.0)
temple (~> 0.6.9)
tilt (>= 1.3.3, < 2.1)
slim-rails (2.1.5)
actionpack (>= 3.0, < 4.2)
activesupport (>= 3.0, < 4.2)
railties (>= 3.0, < 4.2)
slim (~> 2.0)
slop (3.6.0)
spinach (0.8.10)
colorize
gherkin-ruby (>= 0.3.2)
json
spinach-rails (0.2.1)
capybara (>= 2.0.0)
railties (>= 3)
spinach (>= 0.4)
spring (1.1.3)
sprockets (2.12.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (3.0.0.beta1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (~> 2.8)
subexec (0.2.3)
temple (0.6.9)
term-ansicolor (1.3.0)
tins (~> 1.0)
terminal-table (1.4.5)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
hitimes
tins (1.3.3)
tomparse (0.4.2)
turbolinks (2.4.0)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uniform_notifier (1.6.2)
virtus (1.0.3)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.3)
rack (>= 1.0)
web-console (2.0.0.beta4)
activemodel (~> 4.0)
binding_of_caller (= 0.7.3.pre1)
railties (~> 4.0)
sprockets-rails (>= 2.0, < 4.0)
websocket-driver (0.3.5)
xpath (2.0.0)
nokogiri (~> 1.3)
ya2yaml (0.31)
yard (0.8.7.4)
yard-tomdoc (0.7.1)
tomparse (>= 0.4.0)
yard
PLATFORMS
ruby
DEPENDENCIES
bootstrap-sass
brakeman
bullet
cancancan (~> 1.9.0)
carrierwave
coveralls
database_cleaner
decent_exposure
devise (~> 3.4.0)
draper (~> 1.4.0)
emoji
escape_utils
fabrication
ffaker
foreman
grape (~> 0.9.0)
grape-entity
guard
guard-bower
guard-brakeman
guard-bundler
guard-konacha
guard-minitest
konacha
localeapp
mandriller
meta_request
mini_magick
minitest-capybara
minitest-extra-matchers
minitest-metadata
minitest-rails
minitest-reporters
omniauth
omniauth-facebook
omniauth-google-oauth2
omniauth-twitter
omniauth-vkontakte
pg
poltergeist
pry-byebug
pry-rails
quiet_assets
rails (= 4.2.0.beta2)
rails-i18n (~> 4.0.0)
redcarpet (~> 3.2.0)
rolify (~> 3.4.0)
rr
rubocop
sass-rails (~> 5.0.0.beta1)
sdoc (~> 0.4.0)
sidekiq
simple_form (~> 3.0.1)
simplecov
slim-rails
spinach-rails
spring
turbolinks
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0.beta4)
yard
yard-tomdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment