Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1744 from justarrived/dependabot/bundler/google-c…
Browse files Browse the repository at this point in the history
…loud-translate-1.3.0

Bump google-cloud-translate from 1.2.4 to 1.3.0
  • Loading branch information
buren authored Feb 11, 2019
2 parents e58402d + 2dde1b9 commit c0e0467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem 'banktools-se', '~> 3.0' # Validate Swedish bank account
gem 'countries', '~> 3.0', require: 'countries/global' # Country data in various locales
gem 'geocoder', '~> 1.5' # Geocode resources
gem 'global_phone', '~> 1.0' # Format cell phone numbers
gem 'google-cloud-translate', '~> 1.2' # Translate with Google Translate API
gem 'google-cloud-translate', '~> 1.3' # Translate with Google Translate API
gem 'i18n_data', '~> 0.8' # Language and country names in various languages
gem 'iban-tools', '~> 1.1' # Validate IBAN
gem 'mailcheck', github: 'mailcheck/mailcheck-ruby' # Email suggestions for common email spelling misstakes
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ahoy_matey (1.6.1)
addressable
Expand Down Expand Up @@ -422,18 +422,18 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
google-cloud-core (1.2.7)
google-cloud-core (1.3.0)
google-cloud-env (~> 1.0)
google-cloud-env (1.0.5)
faraday (~> 0.11)
google-cloud-translate (1.2.4)
google-cloud-translate (1.3.0)
faraday (~> 0.13)
google-cloud-core (~> 1.2)
googleauth (~> 0.6.2)
googleauth (0.6.6)
googleauth (>= 0.6.2, < 0.10.0)
googleauth (0.6.7)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
Expand Down Expand Up @@ -696,7 +696,7 @@ GEM
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
signet (0.9.2)
signet (0.11.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -807,7 +807,7 @@ DEPENDENCIES
fuubar (~> 2.3)
geocoder (~> 1.5)
global_phone (~> 1.0)
google-cloud-translate (~> 1.2)
google-cloud-translate (~> 1.3)
honey_format (~> 0.19)
httparty (~> 0.16)
i18n-tasks (~> 0.9.28)
Expand Down

0 comments on commit c0e0467

Please sign in to comment.