Skip to content

Instantly share code, notes, and snippets.

@jhawthorn
Last active February 25, 2018 23:19
Show Gist options
  • Save jhawthorn/3f91285dd4302307244748eea9c7a634 to your computer and use it in GitHub Desktop.
Save jhawthorn/3f91285dd4302307244748eea9c7a634 to your computer and use it in GitHub Desktop.
Gemfile which takes 36 minutes to resolve dependencies
source 'https://rubygems.org'
gem 'solidus', "~> 2.2.0"
gem 'rails-controller-testing'
gem 'pg', "~> 0.21"
gem 'mysql2'
gem 'pry-rails'
gem 'solidus_braintree'
gem 'bundler', "~> 1.10"
gem 'rake', "~> 10.0"
gem 'factory_bot', "~> 4.4"
gem 'rspec-rails'
gem 'capybara'
gem 'capybara-screenshot'
gem 'poltergeist', "~> 1.9"
gem 'ffaker'
gem 'rspec'
gem 'pry'
gem 'byebug'
gem 'sqlite3'
gem 'database_cleaner', "~> 1.2"
gem 'vcr', "~> 3.0"
gem 'webmock'
gem 'simplecov'
$ bundle update
...bundler output...
bundle update 2160.93s user 0.66s system 99% cpu 36:10.45 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment