Skip to content

Commit

Permalink
Merge pull request #240 from jrgriffiniii/gdrive-update-0.23-rebase
Browse files Browse the repository at this point in the history
Updating google-api-client to 0.23.x releases; updating googleauth to release 0.6.6
  • Loading branch information
jrgriffiniii authored Oct 8, 2018
2 parents 48f2696 + 3f0963a commit cf7272c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ else
when /^4\.2/
gem 'coffee-rails', '~> 4.1.0'
gem 'json', '~> 1.8'
gem 'railties', '~> 4.2'
gem 'responders', '~> 2.0'
gem 'sass-rails', '>= 5.0'
end
Expand Down
5 changes: 3 additions & 2 deletions browse-everything.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'bootstrap-sass', '~> 3.2'
spec.add_dependency 'dropbox_api', '>= 0.1.10'
spec.add_dependency 'font-awesome-rails'
spec.add_dependency 'google-api-client', '~> 0.21'
spec.add_dependency 'google-api-client', '~> 0.23'
spec.add_dependency 'google_drive', '~> 2.1'
spec.add_dependency 'googleauth', '0.6.2'
spec.add_dependency 'googleauth', '0.6.6'
spec.add_dependency 'rails', '>= 4.2'
spec.add_dependency 'ruby-box'
spec.add_dependency 'sass-rails'
Expand All @@ -42,6 +42,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'engine_cart', '~> 2.0'
spec.add_development_dependency 'factory_bot_rails'
spec.add_development_dependency 'jasmine', '~> 2.3'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rails-controller-testing'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/browse_everything/driver/google_drive_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
stub_configuration

stub_request(
:post, 'https://www.googleapis.com/oauth2/v4/token'
:post, 'https://oauth2.googleapis.com/token'
).to_return(
body: oauth_response_body,
status: 200,
Expand Down

0 comments on commit cf7272c

Please sign in to comment.