Skip to content

Instantly share code, notes, and snippets.

@aamax
Created May 13, 2016 20:32
Show Gist options
  • Save aamax/70a4475727a2f9c29eed1f0211051ba0 to your computer and use it in GitHub Desktop.
Save aamax/70a4475727a2f9c29eed1f0211051ba0 to your computer and use it in GitHub Desktop.
$ gem list
*** LOCAL GEMS ***
actionmailer (4.2.4)
actionpack (4.2.4)
actionview (4.2.4)
activejob (4.2.4)
activemodel (4.2.4)
activerecord (4.2.4)
activesupport (4.2.4)
angular-ui-bootstrap-rails (0.14.3)
angularjs-rails (1.4.7)
ansi (1.5.0)
arel (6.0.3)
autoprefixer-rails (6.0.3)
aws-sdk (1.66.0)
aws-sdk-v1 (1.66.0)
bcrypt (3.1.10)
bigdecimal (1.2.6)
binding_of_caller (0.7.2)
bootstrap-sass (3.3.6, 3.2.0.2)
builder (3.2.2)
bullet (4.14.10)
bundler (1.11.2)
bundler-unload (1.0.2)
byebug (8.0.0)
celluloid (0.16.0)
coffee-rails (4.1.0)
coffee-script (2.4.1)
coffee-script-source (1.9.1.1)
concurrent-ruby (1.0.0)
database_cleaner (1.5.1)
debase (0.2.2.beta7, 0.2.2.beta6, 0.2.1)
debase-ruby_core_source (0.8.4)
debug_inspector (0.0.2)
devise (3.5.2)
domain_name (0.5.25)
erubis (2.7.0)
execjs (2.6.0)
executable-hooks (1.3.2)
factory_girl (4.5.0)
factory_girl_rails (4.5.0)
ffi (1.9.10)
gem-wrappers (1.2.7)
globalid (0.3.6)
hitimes (1.2.3)
http-cookie (1.0.2)
i18n (0.7.0)
io-console (0.4.3)
jbuilder (2.3.2)
jquery-rails (4.0.5)
jquery-turbolinks (2.1.0)
json (1.8.3, 1.8.1)
listen (2.10.1)
loofah (2.0.3)
mail (2.6.3)
maildir (2.2.1)
mailman (0.7.3)
mechanize (2.7.4)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.4, 5.8.3)
minitest-bisect (1.3.1)
minitest-reporters (1.1.5)
minitest-server (1.0.3)
minitest-spec-rails (5.3.0)
minitest-sprint (1.1.1)
multi_json (1.11.2)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
netrc (0.11.0)
nokogiri (1.6.7.1)
ntlm-http (0.1.1)
orm_adapter (0.5.0)
pg (0.18.3)
psych (2.0.8)
puma (2.14.0)
pundit (1.0.1)
rack (1.6.4)
rack-cors (0.4.0)
rack-test (0.6.3)
rails (4.2.4)
rails-deprecated_sanitizer (1.0.3)
rails-dom-testing (1.0.7)
rails-html-sanitizer (1.0.2)
rails-push-notifications (0.2.2)
railties (4.2.4)
rake (10.4.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
rdoc (4.2.0)
responders (2.1.0)
rest-client (1.8.0)
rolify (4.1.1)
ruby-debug-ide (0.6.1.beta2, 0.6.0)
ruby-progressbar (1.7.5)
ruby-push-notifications (0.3.1)
rubygems-bundler (1.4.4)
rvm (1.11.3.9)
sass (3.4.19)
sass-rails (5.0.4)
sdoc (0.4.1)
shoulda (3.5.0)
shoulda-context (1.2.1)
shoulda-matchers (2.8.0)
spring (1.4.0)
sprockets (3.5.2)
sprockets-rails (3.0.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
timers (4.0.4)
tinymce-rails (4.3.3)
turbolinks (2.5.3)
tzinfo (1.2.2)
uglifier (2.7.2)
unf (0.1.4)
unf_ext (0.0.7.1)
uniform_notifier (1.9.0)
warden (1.2.3)
web-console (2.2.1)
webrobots (0.1.2)
will_paginate (3.0.7)
source 'https://rubygems.org'
ruby '2.2.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.4'
# Use postgresql as the database for Active Record
gem 'pg', '0.18.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# 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'
gem 'jquery-turbolinks'
gem 'tinymce-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'annotate', github: 'ctran/annotate_models'
end
group :test do
gem 'minitest-spec-rails'
gem 'minitest-reporters'
gem "factory_girl_rails"
gem "database_cleaner" #, :git => 'git://github.com/bmabey/database_cleaner.git'
gem 'minitest-bisect'
gem 'minitest-sprint'
gem 'shoulda', '~> 3.5'
gem 'shoulda-matchers', '~> 2.0'
end
# group :production do
# Use Unicorn as the app server
#gem 'unicorn'
#gem 'puma'
# end
gem 'puma'
gem 'devise'
gem 'rolify'
gem 'pundit'
gem 'autoprefixer-rails'
#gem 'rails_12factor', group: :production
gem 'rack-cors', :require => 'rack/cors'
# Amazon AWS for S3
gem 'aws-sdk', '< 2.0'
# Helps with N + 1 queries
gem "bullet", :group => "development"
# HTTP Rest Client interface
gem "rest-client"
gem 'will_paginate', '~> 3.0.6'
# Angular JS
gem 'angularjs-rails'
gem 'rails-push-notifications', '~> 0.2.0'
gem 'bootstrap-sass', '~> 3.3.6'
#gem 'bootstrap-sass', '3.2.0.2'
# Angular UI w/ Bootstrap components
gem 'angular-ui-bootstrap-rails'
gem 'mailman', require: false
gem 'mechanize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment