Skip to content

Instantly share code, notes, and snippets.

@jasnow
Created January 14, 2016 12:39
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 jasnow/1c1834136612b2b46d36 to your computer and use it in GitHub Desktop.
Save jasnow/1c1834136612b2b46d36 to your computer and use it in GitHub Desktop.
atlrug5 "bundle env" output
Environment
Bundler 1.11.2
Rubygems 2.5.1
Ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux]
GEM_HOME /home/jasnow/.rvm/gems/ruby-2.3.0@ruby2.3.0-rails5.0
GEM_PATH /home/jasnow/.rvm/gems/ruby-2.3.0@ruby2.3.0-rails5.0:/home/jasnow/.rvm/gems/ruby-2.3.0@global
RVM 1.26.11 (latest)
Git 2.7.0
rubygems-bundler (1.4.4)
Gemfile
source 'https://rubygems.org'
gem 'rails', '5.0.0.beta1'
gem 'turbolinks', github: 'rails/turbolinks'
gem 'rails-footnotes', github: 'josevalim/rails-footnotes'
gem 'simple_form', github: 'plataformatec/simple_form'
gem "omniauth", github: 'twalpole/omniauth', branch: 'rack_master'
gem 'capybara', github: 'jnicklas/capybara', branch: 'master'
ruby '2.3.0'
gem 'omniauth-github'
gem 'octokit'
gem 'coffee-rails'
gem 'sass-rails'
gem 'uglifier'
gem 'execjs'
gem 'therubyracer', platforms: :ruby
gem 'bootstrap-sass'
gem 'haml'
gem 'haml-rails'
gem 'jquery-rails'
gem 'overcommit'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder'
# APP-specific gems
gem 'rest-client', '2.0.0.rc2'
gem 'hassle3'
gem 'kgio'
gem 'tzinfo'
gem 'unicorn'
gem 'backports'
gem 'memcachier'
gem 'dalli'
gem 'yt'
# For old-style action_caching
gem 'actionpack-action_caching'
# Gems from http://rubysource.com/boosting-your-rails-development-workflow
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'awesome_print'
gem 'quiet_assets'
gem 'dawnscanner', require: false
gem 'rubycritic', require: false
# For Guard
gem 'guard'
gem 'guard-livereload'
gem 'rack-livereload'
gem 'ruby_gntp' # Linux
gem 'rb-fsevent', require: false # for Linux
gem 'rb-inotify', require: false # for OS X
# gem 'rb-fchange', require: false # for Windows
end
group :development, :test do
gem 'sqlite3'
# TESTING/ANALYSIS
# Rails 5
gem 'rspec-rails' , github: 'rspec/rspec-rails'
gem 'rspec-core' , github: 'rspec/rspec-core'
gem 'rspec-expectations', github: 'rspec/rspec-expectations'
gem 'rspec-mocks' , github: 'rspec/rspec-mocks'
gem 'rspec-support' , github: 'rspec/rspec-support'
gem 'email_spec'
gem 'capybara-screenshot'
gem 'autotest-rails'
gem 'autotest-fsevent'
gem 'autotest-growl'
gem 'cucumber'
gem 'cucumber-rails', require: false
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'launchy'
gem 'letter_opener'
gem 'zonebie'
gem 'rails4_upgrade'
gem 'travis'
gem 'simplecov', require: false
gem 'simplecov-json', require: false
# This loads environment variables from rails_root/.env if that file exists.
gem 'dotenv-rails'
end
group :production do
gem 'pg'
gem 'rails_12factor'
end
Gemfile.lock
GIT
remote: git://github.com/jnicklas/capybara.git
revision: 4b3093f4bd12a682b41d8e88d3958d33e70f4662
branch: master
specs:
capybara (2.6.0.dev)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
GIT
remote: git://github.com/josevalim/rails-footnotes.git
revision: 02f6d16833b2c1a68c2cd94c5bdb8c4257e06d37
specs:
rails-footnotes (4.1.7)
rails (>= 3.2)
GIT
remote: git://github.com/plataformatec/simple_form.git
revision: ac63da0f0b38df82385493f25f649e320b0acb4a
specs:
simple_form (3.2.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
GIT
remote: git://github.com/rails/turbolinks.git
revision: dd31f4b2996f2300631f89339ada82c65b95f4c2
specs:
turbolinks (3.0.0)
coffee-rails
GIT
remote: git://github.com/rspec/rspec-core.git
revision: be0e1bc0a2b03e3f820195f54b0fe96c87fa587f
specs:
rspec-core (3.5.0.pre)
rspec-support (= 3.5.0.pre)
GIT
remote: git://github.com/rspec/rspec-expectations.git
revision: d17110bdd0dca2e8daa3339c0fcfafcc5dc31a9c
specs:
rspec-expectations (3.5.0.pre)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.5.0.pre)
GIT
remote: git://github.com/rspec/rspec-mocks.git
revision: 42ef957e0af1813c0933f29588121e78fadb8244
specs:
rspec-mocks (3.5.0.pre)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.5.0.pre)
GIT
remote: git://github.com/rspec/rspec-rails.git
revision: b2ac99c4202245598f3a15f14aa22ae3cd1b66b7
specs:
rspec-rails (3.5.0.pre)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (= 3.5.0.pre)
rspec-expectations (= 3.5.0.pre)
rspec-mocks (= 3.5.0.pre)
rspec-support (= 3.5.0.pre)
GIT
remote: git://github.com/rspec/rspec-support.git
revision: 4b938ec512d2fbee945913afbb957b510244ecb3
specs:
rspec-support (3.5.0.pre)
GIT
remote: git://github.com/twalpole/omniauth.git
revision: d91dbcc4793ee83a4cc7ef649e9d526852428647
branch: rack_master
specs:
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 2.0)
GEM
remote: https://rubygems.org/
specs:
ZenTest (4.11.0)
abstract_type (0.0.7)
actioncable (5.0.0.beta1)
actionpack (= 5.0.0.beta1)
celluloid (~> 0.17.2)
coffee-rails (~> 4.1.0)
em-hiredis (~> 0.3.0)
faye-websocket (~> 0.10.0)
redis (~> 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.0.beta1)
actionpack (= 5.0.0.beta1)
actionview (= 5.0.0.beta1)
activejob (= 5.0.0.beta1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (5.0.0.beta1)
actionview (= 5.0.0.beta1)
activesupport (= 5.0.0.beta1)
rack (~> 2.x)
rack-test (~> 0.6.3)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-action_caching (1.1.1)
actionpack (>= 4.0.0, < 5.0)
actionview (5.0.0.beta1)
activesupport (= 5.0.0.beta1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.0.beta1)
activesupport (= 5.0.0.beta1)
globalid (>= 0.3.6)
activemodel (5.0.0.beta1)
activesupport (= 5.0.0.beta1)
builder (~> 3.1)
activerecord (5.0.0.beta1)
activemodel (= 5.0.0.beta1)
activesupport (= 5.0.0.beta1)
arel (~> 7.0)
activesupport (5.0.0.beta1)
concurrent-ruby (~> 1.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
method_source
minitest (~> 5.1)
tzinfo (~> 1.1)
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.3.8)
arel (7.0.0)
ast (2.2.0)
autoprefixer-rails (6.2.3)
execjs
json
autotest-fsevent (0.2.11)
sys-uname
autotest-growl (0.2.16)
autotest-rails (4.2.1)
ZenTest (~> 4.5)
awesome_print (1.6.1)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
backports (3.6.7)
bcrypt (3.1.10)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
builder (3.2.2)
capybara-screenshot (1.0.11)
capybara (>= 1.0, < 3)
launchy
celluloid (0.17.2)
celluloid-essentials
celluloid-extras
celluloid-fsm
celluloid-pool
celluloid-supervision
timers (>= 4.1.1)
celluloid-essentials (0.20.5)
timers (>= 4.1.1)
celluloid-extras (0.20.5)
timers (>= 4.1.1)
celluloid-fsm (0.20.5)
timers (>= 4.1.1)
celluloid-pool (0.20.5)
timers (>= 4.1.1)
celluloid-supervision (0.20.5)
timers (>= 4.1.1)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
codeclimate-engine-rb (0.1.0)
virtus (~> 1.0)
coderay (1.1.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.0.0)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-rails (1.4.2)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 2)
mime-types (>= 1.16, < 3)
nokogiri (~> 1.5)
rails (>= 3, < 5)
cvss (0.99.0)
dalli (2.7.5)
data_mapper (1.2.0)
dm-aggregates (~> 1.2.0)
dm-constraints (~> 1.2.0)
dm-core (~> 1.2.0)
dm-migrations (~> 1.2.0)
dm-serializer (~> 1.2.0)
dm-timestamps (~> 1.2.0)
dm-transactions (~> 1.2.0)
dm-types (~> 1.2.0)
dm-validations (~> 1.2.0)
data_objects (0.10.16)
addressable (~> 2.1)
database_cleaner (1.5.1)
dawnscanner (1.5.2)
cvss
data_mapper
dm-sqlite-adapter
haml
justify
logger-colors
ptools
ruby_parser
sqlite3
sys-uname
terminal-table
debug_inspector (0.0.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
dm-aggregates (1.2.0)
dm-core (~> 1.2.0)
dm-constraints (1.2.0)
dm-core (~> 1.2.0)
dm-core (1.2.1)
addressable (~> 2.3)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-serializer (1.2.2)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
json_pure (~> 1.6)
multi_json (~> 1.0)
dm-sqlite-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_sqlite3 (~> 0.10.6)
dm-timestamps (1.2.0)
dm-core (~> 1.2.0)
dm-transactions (1.2.0)
dm-core (~> 1.2.0)
dm-types (1.2.2)
bcrypt-ruby (~> 3.0)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
multi_json (~> 1.0)
stringex (~> 1.4)
uuidtools (~> 2.1)
dm-validations (1.2.0)
dm-core (~> 1.2.0)
do_sqlite3 (0.10.16)
data_objects (= 0.10.16)
docile (1.1.5)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.0.1)
dotenv-rails (2.0.1)
dotenv (= 2.0.1)
em-hiredis (0.3.0)
eventmachine (~> 1.0)
hiredis (~> 0.5.0)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
email_spec (1.6.0)
launchy (~> 2.1)
mail (~> 2.2)
equalizer (0.0.11)
erubis (2.7.0)
ethon (0.8.1)
ffi (>= 1.3.0)
eventmachine (1.0.9)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
fastercsv (1.5.5)
faye-websocket (0.10.2)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.10)
flay (2.6.1)
ruby_parser (~> 3.0)
sexp_processor (~> 4.0)
flog (4.3.2)
ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.4)
formatador (0.2.5)
gh (0.14.0)
addressable
backports
faraday (~> 0.8)
multi_json (~> 1.0)
net-http-persistent (>= 2.7)
net-http-pipeline
gherkin (2.12.2)
multi_json (~> 1.3)
globalid (0.3.6)
activesupport (>= 4.1.0)
guard (2.13.0)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.1)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
haml (4.0.7)
tilt
haml-rails (0.9.0)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 4.0.6, < 5.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
hashie (3.4.3)
hassle3 (0.0.2)
haml
rack
highline (1.7.8)
hiredis (0.5.2)
hitimes (1.2.3)
html2haml (2.0.0)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
httpauth (0.2.1)
i18n (0.7.0)
ice_nine (0.11.1)
iniparse (1.4.2)
jbuilder (2.4.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.1.0)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json_pure (1.8.3)
justify (1.0.2)
kgio (2.10.0)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
launchy (~> 2.2)
libv8 (3.16.14.13)
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
logger-colors (1.0.0)
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
mail (2.6.3)
mime-types (>= 1.16, < 3)
memcachier (0.0.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.8.2)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.3)
multi_json (1.11.2)
multi_test (0.1.2)
multipart-post (2.0.0)
nenv (0.2.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
netrc (0.11.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (0.6.1)
faraday (~> 0.7)
httpauth (~> 0.1)
multi_json (~> 1.3)
octokit (4.2.0)
sawyer (~> 0.6.0, >= 0.5.3)
omniauth-github (1.0.1)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)
omniauth-oauth2 (1.0.2)
oauth2 (~> 0.6.0)
omniauth (~> 1.0)
overcommit (0.30.0)
childprocess (~> 0.5.6)
iniparse (~> 1.4)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
pg (0.18.4)
private_attr (1.1.0)
procto (0.0.2)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
ptools (1.3.3)
pusher-client (0.6.2)
json
websocket (~> 1.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (2.0.0.alpha)
json
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.0.beta1)
actioncable (= 5.0.0.beta1)
actionmailer (= 5.0.0.beta1)
actionpack (= 5.0.0.beta1)
actionview (= 5.0.0.beta1)
activejob (= 5.0.0.beta1)
activemodel (= 5.0.0.beta1)
activerecord (= 5.0.0.beta1)
activesupport (= 5.0.0.beta1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.0.beta1)
sprockets-rails (>= 2.0.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails4_upgrade (0.5.0)
bundler (>= 1.2.2)
terminal-table (>= 1.4.5)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.4)
railties (5.0.0.beta1)
actionpack (= 5.0.0.beta1)
activesupport (= 5.0.0.beta1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
raindrops (0.15.0)
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redis (3.2.2)
reek (3.8.1)
codeclimate-engine-rb (~> 0.1.0)
parser (~> 2.2, >= 2.2.2.5)
private_attr (~> 1.1)
rainbow (~> 2.0)
unparser (~> 0.2.2)
ref (2.0.0)
rest-client (2.0.0.rc2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.8)
ruby_gntp (0.3.4)
ruby_parser (3.7.2)
sexp_processor (~> 4.1)
rubycritic (2.4.1)
flay (= 2.6.1)
flog (= 4.3.2)
parser (>= 2.2.0, < 3.0)
reek (= 3.8.1)
virtus (~> 1.0)
sass (3.4.21)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.6.0)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
sexp_processor (4.6.0)
shellany (0.0.1)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov-json (0.2)
json
simplecov
slop (3.6.0)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
stringex (1.5.1)
sys-uname (1.0.2)
ffi (>= 1.0.0)
terminal-table (1.5.2)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
timers (4.1.1)
hitimes
travis (1.8.2)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (5.0.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
unparser (0.2.4)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.2.5)
equalizer (~> 0.0.9)
parser (~> 2.2.2)
procto (~> 0.0.2)
uuidtools (2.1.5)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
websocket (1.2.2)
websocket-driver (0.6.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
yt (0.25.18)
activesupport
zonebie (0.5.1)
PLATFORMS
ruby
DEPENDENCIES
actionpack-action_caching
autotest-fsevent
autotest-growl
autotest-rails
awesome_print
backports
better_errors
binding_of_caller
bootstrap-sass
capybara!
capybara-screenshot
coffee-rails
cucumber
cucumber-rails
dalli
database_cleaner
dawnscanner
dotenv-rails
email_spec
execjs
factory_girl_rails
guard
guard-livereload
haml
haml-rails
hassle3
jbuilder
jquery-rails
kgio
launchy
letter_opener
memcachier
octokit
omniauth!
omniauth-github
overcommit
pg
quiet_assets
rack-livereload
rails (= 5.0.0.beta1)
rails-footnotes!
rails4_upgrade
rails_12factor
rb-fsevent
rb-inotify
rest-client (= 2.0.0.rc2)
rspec-core!
rspec-expectations!
rspec-mocks!
rspec-rails!
rspec-support!
ruby_gntp
rubycritic
sass-rails
simple_form!
simplecov
simplecov-json
sqlite3
therubyracer
travis
turbolinks!
tzinfo
uglifier
unicorn
yt
zonebie
BUNDLED WITH
1.11.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment