Remove VCR

This commit is contained in:
Eric Schultz 2019-01-25 17:33:30 -06:00
commit 645d89e006
2 changed files with 0 additions and 28 deletions

15
Gemfile
View file

@ -52,9 +52,6 @@ gem 'param_validation', path: 'gems/ruby-param-validation'
# Print colorized text lol # Print colorized text lol
gem 'colorize' gem 'colorize'
# https://github.com/diogob/postgres-copy
gem 'postgres-copy'
# https://github.com/collectiveidea/delayed_job_active_record # https://github.com/collectiveidea/delayed_job_active_record
gem 'delayed_job_active_record' gem 'delayed_job_active_record'
@ -70,7 +67,6 @@ gem 'chronic'
gem 'carrierwave' gem 'carrierwave'
gem 'carrierwave-aws' # for uploading images to amazon s3 gem 'carrierwave-aws' # for uploading images to amazon s3
gem 'mini_magick' gem 'mini_magick'
gem 'unf'
# https://github.com/jnunemaker/httparty # https://github.com/jnunemaker/httparty
gem 'httparty' gem 'httparty'
@ -89,11 +85,6 @@ gem 'geocoder' # for adding latitude and longitude to location-based tables
# https://github.com/buytruckload/nearest_time_zone # https://github.com/buytruckload/nearest_time_zone
gem 'nearest_time_zone' # for detecting timezone from lat/lng gem 'nearest_time_zone' # for detecting timezone from lat/lng
# Facebook
# inserting a channel file with a long expiration for the FB SDK
# https://developers.facebook.com/docs/reference/javascript/
gem 'fb-channel-file'
gem 'mail_view' gem 'mail_view'
gem 'fullcontact' # Full Contact API; includes #Hashie::Mash gem 'fullcontact' # Full Contact API; includes #Hashie::Mash
@ -148,12 +139,6 @@ gem 'dry-validation' # used only for config validation
gem 'foreman' gem 'foreman'
group :production do
gem 'rails_autoscale_agent'
end
gem 'grape', '~> 1.1.0' gem 'grape', '~> 1.1.0'
gem 'grape-entity', git: 'https://github.com/ruby-grape/grape-entity.git', ref: '0e04aa561373b510c2486282979085eaef2ae663' gem 'grape-entity', git: 'https://github.com/ruby-grape/grape-entity.git', ref: '0e04aa561373b510c2486282979085eaef2ae663'
gem 'grape-swagger' gem 'grape-swagger'

View file

@ -198,8 +198,6 @@ GEM
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday_middleware (0.9.1) faraday_middleware (0.9.1)
faraday (>= 0.7.4, < 0.10) faraday (>= 0.7.4, < 0.10)
fb-channel-file (0.0.2)
rails (>= 3.0)
font_assets (0.1.14) font_assets (0.1.14)
rack rack
foreman (0.84.0) foreman (0.84.0)
@ -285,11 +283,6 @@ GEM
plissken (0.2.0) plissken (0.2.0)
symbolize (~> 4.2) symbolize (~> 4.2)
polyglot (0.3.5) polyglot (0.3.5)
postgres-copy (0.6.0)
activerecord (>= 3.0.0)
pg
rails (>= 3.0.0)
responders
power_assert (1.1.1) power_assert (1.1.1)
pry (0.11.3) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
@ -326,8 +319,6 @@ GEM
rails_12factor (0.0.3) rails_12factor (0.0.3)
rails_serve_static_assets rails_serve_static_assets
rails_stdout_logging rails_stdout_logging
rails_autoscale_agent (0.3.1)
activesupport (>= 3.2)
rails_serve_static_assets (0.0.4) rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.3) rails_stdout_logging (0.0.3)
railties (3.2.22.5) railties (3.2.22.5)
@ -460,7 +451,6 @@ DEPENDENCIES
dry-validation dry-validation
factory_bot factory_bot
factory_bot_rails factory_bot_rails
fb-channel-file
font_assets (~> 0.1.14) font_assets (~> 0.1.14)
foreman foreman
fullcontact fullcontact
@ -484,7 +474,6 @@ DEPENDENCIES
parallel parallel
param_validation! param_validation!
pg pg
postgres-copy
pry pry
puma puma
puma_worker_killer puma_worker_killer
@ -495,7 +484,6 @@ DEPENDENCIES
rails (= 3.2.22.5) rails (= 3.2.22.5)
rails-i18n (~> 3.0.0) rails-i18n (~> 3.0.0)
rails_12factor rails_12factor
rails_autoscale_agent
rake rake
roadie-rails roadie-rails
rspec rspec
@ -513,7 +501,6 @@ DEPENDENCIES
timecop timecop
traceroute traceroute
uglifier uglifier
unf
webmock webmock
RUBY VERSION RUBY VERSION