Skip to content

Instantly share code, notes, and snippets.

@RyanMacG
Created August 22, 2014 09:52
Show Gist options
  • Save RyanMacG/cf0527ea943317fc6f65 to your computer and use it in GitHub Desktop.
Save RyanMacG/cf0527ea943317fc6f65 to your computer and use it in GitHub Desktop.
Bundler 1.6.4 and above
Bundler 1.7.0
Ruby 2.1.1 (2014-02-24 patchlevel 76) [x86_64-darwin13.0]
Rubygems 2.2.2
GEM_HOME
Bundler settings
jobs
Set for the current user (/Users/ryan/.bundle/config): "3"
Gemfile
source 'http://rubygems.org'
source 'http://USERNAME:PASSWORD@gems.tictocdev.com'
# Backend
gem "pg"
gem "protected_attributes"
gem "therubyracer", :group => :production
# Frontend
gem 'singularitygs', '~>1.1.2'
# Development and test tools
# TODO: Something is depending on this in production
gem "rspec", "~> 2.1"
group :development, :test do
# Development tools
gem "quiet_assets"
gem "ruby-prof"
gem "better_errors"
gem "binding_of_caller"
gem "sextant"
# Autotest
gem "autotest-standalone"
# Parallel testing
gem "specjour"
# Coverage
gem "simplecov"
gem "rspec-rails"
gem "factory_girl_rails"
gem "shoulda-matchers", "1.0.0"
gem "capybara"
end
group :test do
gem 'sqlite3'
end
# Deployment
group :development do
gem "capistrano", "~>2.15.0"
gem "rvm-capistrano"
gem 'capistrano-slack', :git => 'https://github.com/j-mcnally/capistrano-slack.git'
gem "pry-rails"
gem "pry-debugger"
end
# gem "kontented", :path => "/Users/#{ `whoami`.strip }/Websites/4.0/kontented"
gem "kontented", '~> 2.1.20'
Gemfile.lock
GIT
remote: https://github.com/j-mcnally/capistrano-slack.git
revision: 5514c684c860097a94daa06d012e2fc56a42ab1a
specs:
capistrano-slack (1.2.0)
activesupport (>= 3)
capistrano (~> 2.15.5)
capistrano-log_with_awesome (~> 0.0.2)
GEM
remote: http://rubygems.org/
remote: http://gems.tictocdev.com/
specs:
actionmailer (4.0.4)
actionpack (= 4.0.4)
mail (~> 2.5.4)
actionpack (4.0.4)
activesupport (= 4.0.4)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
active_utils (2.2.3)
activesupport (>= 2.3.11)
i18n
activemerchant (1.43.3)
active_utils (~> 2.0, >= 2.0.1)
activesupport (>= 2.3.14, < 5.0.0)
builder (>= 2.1.2, < 4.0.0)
i18n (~> 0.5)
json (~> 1.7)
money (< 7.0.0)
nokogiri (~> 1.4)
activemodel (4.0.4)
activesupport (= 4.0.4)
builder (~> 3.1.0)
activerecord (4.0.4)
activemodel (= 4.0.4)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.4)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.4)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ansi (1.4.3)
arel (4.0.2)
autotest-standalone (4.5.11)
awesome_nested_set (2.1.6)
activerecord (>= 3.0.0)
bcrypt (3.1.7)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
breakpoint (2.0.7)
compass (>= 0.12.1)
sass (>= 3.2.0)
builder (3.1.4)
cancan (1.6.10)
capistrano (2.15.5)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-log_with_awesome (0.0.2)
capistrano (>= 2.5.14)
capybara (2.4.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
chunky_png (1.3.1)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.4)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.1)
columnize (0.8.9)
compass (0.12.7)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.19)
compass-rails (1.1.7)
compass (>= 0.12.2)
sprockets (<= 2.11.0)
debug_inspector (0.0.2)
debugger (1.6.8)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.5)
diff-lcs (1.2.5)
dnssd (2.0)
docile (1.1.5)
erubis (2.7.0)
exception_notification (4.0.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (2.2.1)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
fssm (0.2.10)
haml (4.0.5)
tilt
haml-rails (0.5.3)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 3.1, < 5.0)
railties (>= 4.0.1)
hashr (0.0.22)
highline (1.6.21)
hike (1.2.3)
i18n (0.6.11)
jquery_datepicker (0.4)
json (1.8.1)
kontented (2.1.20)
activemerchant (~> 1.42)
awesome_nested_set (~> 2.1)
bcrypt-ruby (~> 3.1, >= 3.1.3)
cancan (~> 1.6, >= 1.6.10)
coffee-script (~> 2.2, >= 2.2.0)
compass-rails (~> 1.1, >= 1.1.2)
exception_notification (~> 4.0)
haml (~> 4.0)
haml-rails (~> 0.5)
jquery_datepicker (= 0.4)
paperclip (= 4.1.0)
posix-spawn (= 0.3.8)
protected_attributes (~> 1.0)
rails (= 4.0.4)
rails_autolink (= 1.1.5)
redis-namespace (~> 1.4)
redis-rails (~> 4.0)
sass-rails (~> 4.0)
singularitygs (~> 1.1.2)
tinymce-rails (~> 4.0.19)
tire (= 0.6.2)
turbolinks (~> 2.2)
uglifier (= 2.4.0)
unicode_utils (~> 1.4, >= 1.4.0)
will_paginate (~> 3.0)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.6.0)
minitest (4.7.5)
money (6.1.1)
i18n (~> 0.6.4)
multi_json (1.10.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
netrc (0.7.7)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
paperclip (4.1.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
pg (0.17.1)
polyglot (0.3.5)
posix-spawn (0.3.8)
protected_attributes (1.0.8)
activemodel (>= 4.0.1, < 5.0)
pry (0.10.0)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-debugger (0.2.3)
debugger (~> 1.3)
pry (>= 0.9.10, < 0.11.0)
pry-rails (0.3.2)
pry (>= 0.9.10)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.4)
actionmailer (= 4.0.4)
actionpack (= 4.0.4)
activerecord (= 4.0.4)
activesupport (= 4.0.4)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.4)
sprockets-rails (~> 2.0.0)
rails_autolink (1.1.5)
rails (> 3.1)
railties (4.0.4)
actionpack (= 4.0.4)
activesupport (= 4.0.4)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
redis (3.1.0)
redis-actionpack (4.0.0)
actionpack (~> 4)
redis-rack (~> 1.5.0)
redis-store (~> 1.1.0)
redis-activesupport (4.0.0)
activesupport (~> 4)
redis-store (~> 1.1.0)
redis-namespace (1.5.1)
redis (~> 3.0, >= 3.0.4)
redis-rack (1.5.0)
rack (~> 1.5)
redis-store (~> 1.1.0)
redis-rails (4.0.0)
redis-actionpack (~> 4)
redis-activesupport (~> 4)
redis-store (~> 1.1.0)
redis-store (1.1.4)
redis (>= 2.2)
ref (1.0.5)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-collection_matchers (1.0.0)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (2.99.1)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.2)
rspec-rails (2.99.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-collection_matchers
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
ruby-prof (0.15.1)
rvm-capistrano (1.5.3)
capistrano (~> 2.15.4)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
sextant (0.2.4)
rails (>= 3.2)
shoulda-matchers (1.0.0)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
singularitygs (1.1.2)
breakpoint (>= 2.0.1)
compass (>= 0.12.2)
sass (>= 3.2.1)
slop (3.6.0)
specjour (0.7.0)
dnssd (= 2.0.0)
thor (>= 0.14.0)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tinymce-rails (4.0.28.2)
railties (>= 3.1.1)
tire (0.6.2)
activemodel (>= 3.0)
activesupport
ansi
hashr (~> 0.0.19)
multi_json (~> 1.3)
rake
rest-client (~> 1.6)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (0.3.40)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode_utils (1.4.0)
will_paginate (3.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
autotest-standalone
better_errors
binding_of_caller
capistrano (~> 2.15.0)
capistrano-slack!
capybara
factory_girl_rails
kontented (~> 2.1.20)
pg
protected_attributes
pry-debugger
pry-rails
quiet_assets
rspec (~> 2.1)
rspec-rails
ruby-prof
rvm-capistrano
sextant
shoulda-matchers (= 1.0.0)
simplecov
singularitygs (~> 1.1.2)
specjour
sqlite3
therubyracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment