Skip to content

Instantly share code, notes, and snippets.

@jdickey
Last active December 14, 2015 10:49
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 jdickey/5074510 to your computer and use it in GitHub Desktop.
Save jdickey/5074510 to your computer and use it in GitHub Desktop.
Supporting StackOverflow question re `rake`/`rspec` segfault; see http://stackoverflow.com/questions/15182579/rake-rspec-segmentation-fault-depends-on-rake-task-format-why for details.
source 'https://rubygems.org'
gem 'rails', '3.2.12'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# gem 'haml'
gem 'bootstrap-sass'
gem 'haml-rails'
gem 'configurability'
gem 'loggability'
gem 'yajl-ruby'
gem 'validates_email_format_of'
gem 'simple_form'
gem 'country_select'
gem 'thin'
group :production do
gem 'secret_token_replacer', :git => 'git://github.com/jdickey/secret_token_replacer.git'
end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'teabag'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platforms => :ruby
gem 'execjs'
gem 'uglifier'
gem 'jquery-rails'
end
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
end
#
group :development, :test do
gem 'inherited_resources'
gem 'quiet_assets'
gem 'rspec'
gem 'rspec-rails'
gem 'rspec-html-matchers'
gem 'rspec-http'
gem 'capybara'
# gem 'fuubar'
gem 'pry'
gem 'pry-rails'
gem 'simplecov'
gem 'factory_girl_rails'
gem 'jasmine-fixtures'
# gem 'jasmine-fixtures', :git => 'git://github.com/jdickey/jasmine-fixtures.git'
# gem 'pry-doc'
# gem 'pry-nav'
# gem 'pry-remote'
# gem 'pry-stack_explorer'
# gem 'pry-exception_explorer'
end
GIT
remote: git://github.com/jdickey/secret_token_replacer.git
revision: 34b37678e87c8e87632e37c7b3f5d1b17d15b76b
specs:
secret_token_replacer (0.1.0)
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
actionpack (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
activerecord (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
better_errors (0.7.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.1)
debug_inspector (>= 0.0.1)
bootstrap-sass (2.3.0.1)
sass (~> 3.2)
builder (3.0.4)
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 1.0.0)
childprocess (0.3.8)
ffi (~> 1.0, >= 1.0.11)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.5.0)
configurability (2.0.0)
loggability (~> 0.4)
country_select (1.1.3)
daemons (1.1.9)
debug_inspector (0.0.2)
diff-lcs (1.2.1)
erubis (2.7.0)
eventmachine (1.0.1)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
ffi (1.4.0)
haml (4.0.0)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
has_scope (0.5.1)
hike (1.2.1)
i18n (0.6.4)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)
jasmine (1.3.1)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.3.1)
jasmine-fixtures (0.1.7)
jasmine (>= 1.0.0)
nokogiri (>= 1.4.0)
journey (1.0.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.7)
libv8 (3.11.8.13)
loggability (0.5.0)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_request (0.2.2)
rack-contrib
railties
method_source (0.8.1)
mime-types (1.21)
multi_json (1.6.1)
nokogiri (1.5.6)
phantomjs-mac (0.0.3)
phantomjs.rb (0.0.5)
phantomjs-mac
polyglot (0.3.3)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-rails (0.2.2)
pry (>= 0.9.10)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.12)
actionmailer (= 3.2.12)
actionpack (= 3.2.12)
activerecord (= 3.2.12)
activeresource (= 3.2.12)
activesupport (= 3.2.12)
bundler (~> 1.0)
railties (= 3.2.12)
railties (3.2.12)
actionpack (= 3.2.12)
activesupport (= 3.2.12)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.2)
responders (0.9.3)
railties (~> 3.1)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.0)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-html-matchers (0.4.0)
nokogiri (>= 1.4.4)
rspec (>= 2.0.0)
rspec-http (0.10.0)
rspec (~> 2.0)
rspec-mocks (2.13.0)
rspec-rails (2.13.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rubyzip (0.9.9)
sass (3.2.6)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.30.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
simple_form (2.1.0)
actionpack (~> 3.0)
activemodel (~> 3.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.3)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
teabag (0.6.0)
phantomjs.rb (~> 0.0.5)
railties (>= 3.2.5, < 5)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.17.0)
tilt (1.3.4)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
validates_email_format_of (1.5.3)
websocket (1.0.7)
xpath (1.0.0)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
better_errors
binding_of_caller
bootstrap-sass
capybara
coffee-rails
configurability
country_select
execjs
factory_girl_rails
haml-rails
inherited_resources
jasmine-fixtures
jquery-rails
loggability
meta_request
pry
pry-rails
quiet_assets
rails (= 3.2.12)
rspec
rspec-html-matchers
rspec-http
rspec-rails
sass-rails
secret_token_replacer!
simple_form
simplecov
sqlite3
teabag
therubyracer
thin
uglifier
validates_email_format_of
yajl-ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment