Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'development' into homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
NealJMD committed Jun 16, 2016
2 parents 4ffcb62 + 59c693a commit 11b0072
Show file tree
Hide file tree
Showing 115 changed files with 3,557 additions and 3,421 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -40,3 +40,4 @@ config/environments/*.local.yml

.ruby-gemset
.ruby-version
.byebug_history
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -84,7 +84,6 @@ gem 'share_progress', git: 'https://github.com/SumOfUs/share_progress', branch:

gem 'newrelic_rpm'
gem 'puma', '~> 2.15.3'
gem 'typhoeus'

# Gem for vanity urls
gem 'friendly_id'
Expand All @@ -97,9 +96,12 @@ gem 'config'
# SEO and to improve page targeting for A/B testing using Optimizely.
gem 'metamagic'

group :development do
gem 'web-console', '~> 2.0'
end

group :development, :test do
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'spring'
gem 'rspec-rails'
gem 'capybara' # Capybara for integration testing
Expand Down

0 comments on commit 11b0072

Please sign in to comment.