Remove VCR
This commit is contained in:
commit
645d89e006
2 changed files with 0 additions and 28 deletions
15
Gemfile
15
Gemfile
|
@ -52,9 +52,6 @@ gem 'param_validation', path: 'gems/ruby-param-validation'
|
|||
# Print colorized text lol
|
||||
gem 'colorize'
|
||||
|
||||
# https://github.com/diogob/postgres-copy
|
||||
gem 'postgres-copy'
|
||||
|
||||
# https://github.com/collectiveidea/delayed_job_active_record
|
||||
gem 'delayed_job_active_record'
|
||||
|
||||
|
@ -70,7 +67,6 @@ gem 'chronic'
|
|||
gem 'carrierwave'
|
||||
gem 'carrierwave-aws' # for uploading images to amazon s3
|
||||
gem 'mini_magick'
|
||||
gem 'unf'
|
||||
|
||||
# https://github.com/jnunemaker/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
|
||||
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 'fullcontact' # Full Contact API; includes #Hashie::Mash
|
||||
|
@ -148,12 +139,6 @@ gem 'dry-validation' # used only for config validation
|
|||
|
||||
gem 'foreman'
|
||||
|
||||
|
||||
|
||||
group :production do
|
||||
gem 'rails_autoscale_agent'
|
||||
end
|
||||
|
||||
gem 'grape', '~> 1.1.0'
|
||||
gem 'grape-entity', git: 'https://github.com/ruby-grape/grape-entity.git', ref: '0e04aa561373b510c2486282979085eaef2ae663'
|
||||
gem 'grape-swagger'
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -198,8 +198,6 @@ GEM
|
|||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.9.1)
|
||||
faraday (>= 0.7.4, < 0.10)
|
||||
fb-channel-file (0.0.2)
|
||||
rails (>= 3.0)
|
||||
font_assets (0.1.14)
|
||||
rack
|
||||
foreman (0.84.0)
|
||||
|
@ -285,11 +283,6 @@ GEM
|
|||
plissken (0.2.0)
|
||||
symbolize (~> 4.2)
|
||||
polyglot (0.3.5)
|
||||
postgres-copy (0.6.0)
|
||||
activerecord (>= 3.0.0)
|
||||
pg
|
||||
rails (>= 3.0.0)
|
||||
responders
|
||||
power_assert (1.1.1)
|
||||
pry (0.11.3)
|
||||
coderay (~> 1.1.0)
|
||||
|
@ -326,8 +319,6 @@ GEM
|
|||
rails_12factor (0.0.3)
|
||||
rails_serve_static_assets
|
||||
rails_stdout_logging
|
||||
rails_autoscale_agent (0.3.1)
|
||||
activesupport (>= 3.2)
|
||||
rails_serve_static_assets (0.0.4)
|
||||
rails_stdout_logging (0.0.3)
|
||||
railties (3.2.22.5)
|
||||
|
@ -460,7 +451,6 @@ DEPENDENCIES
|
|||
dry-validation
|
||||
factory_bot
|
||||
factory_bot_rails
|
||||
fb-channel-file
|
||||
font_assets (~> 0.1.14)
|
||||
foreman
|
||||
fullcontact
|
||||
|
@ -484,7 +474,6 @@ DEPENDENCIES
|
|||
parallel
|
||||
param_validation!
|
||||
pg
|
||||
postgres-copy
|
||||
pry
|
||||
puma
|
||||
puma_worker_killer
|
||||
|
@ -495,7 +484,6 @@ DEPENDENCIES
|
|||
rails (= 3.2.22.5)
|
||||
rails-i18n (~> 3.0.0)
|
||||
rails_12factor
|
||||
rails_autoscale_agent
|
||||
rake
|
||||
roadie-rails
|
||||
rspec
|
||||
|
@ -513,7 +501,6 @@ DEPENDENCIES
|
|||
timecop
|
||||
traceroute
|
||||
uglifier
|
||||
unf
|
||||
webmock
|
||||
|
||||
RUBY VERSION
|
||||
|
|
Loading…
Reference in a new issue