Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fog-google from 1.13.0 to 1.15.0 #9921

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'authlogic-oid'
gem "composite_primary_keys"
gem 'figaro' # To easily test OAuth providers in the development mode
gem 'friendly_id'
gem 'fog-google', '1.13.0' # Limited to `v1.13.0` due to https://github.com/fog/fog-google/issues/535
gem 'fog-google', '1.15.0' # Limited to `v1.13.0` due to https://github.com/fog/fog-google/issues/535
gem 'fog-local', '0.7.0'
gem 'gemoji'
gem 'geocoder'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
erubi (1.10.0)
excon (0.85.0)
execjs (2.7.0)
faraday (1.5.0)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -148,7 +148,7 @@ GEM
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
ffi (1.15.0)
ffi-compiler (1.0.1)
Expand All @@ -161,7 +161,7 @@ GEM
excon (~> 0.58)
formatador (~> 0.2)
mime-types
fog-google (1.13.0)
fog-google (1.15.0)
fog-core (<= 2.1.0)
fog-json (~> 1.2)
fog-xml (~> 0.1.0)
Expand Down Expand Up @@ -326,7 +326,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.0)
mini_portile2 (2.5.1)
mini_portile2 (2.5.3)
minitest (5.14.4)
minitest-reporters (1.4.3)
ansi
Expand All @@ -346,7 +346,7 @@ GEM
netrc (0.11.0)
nifty-generators (0.4.6)
nio4r (2.5.7)
nokogiri (1.11.4)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.4)
Expand Down Expand Up @@ -516,7 +516,7 @@ GEM
parser (>= 3.0.1.1)
ruby-openid (2.9.2)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
rubyzip (2.0.0)
sanitize (5.2.3)
crass (~> 1.0.2)
Expand Down Expand Up @@ -647,7 +647,7 @@ DEPENDENCIES
critical-path-css-rails (~> 4.1.1)
execjs
figaro
fog-google (= 1.13.0)
fog-google (= 1.15.0)
fog-local (= 0.7.0)
font-awesome-rails
friendly_id
Expand Down