Skip to content

Commit

Permalink
Updated deps before fastlane#17931 done
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheby committed Mar 25, 2021
1 parent f096103 commit 6a23f01
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 48 deletions.
11 changes: 5 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ gem "danger", "~> 8.0"
gem "danger-junit", "~> 1.0"
gem "ox", "2.13.2"

# Locking this in until Ruby 2.4 is no longer officially supported by fastlane
gem "google-apis-core", "< 0.3.0"
gem "google-apis-iamcredentials_v1", "< 0.2.0"
gem "google-apis-storage_v1", "< 0.3.0"
gem "googleauth", "< 0.16.0"
gem "signet", "< 0.15.0"
gem "google-apis-core"
gem "google-apis-iamcredentials_v1"
gem "google-apis-storage_v1"
gem "googleauth"
gem "signet"

gemspec(path: ".")

Expand Down
97 changes: 57 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PATH
faraday_middleware (~> 1.0)
fastimage (>= 2.1.0, < 3.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
google-api-client (>= 0.37.0, < 0.39.0)
google-cloud-storage (>= 1.15.0, < 2.0.0)
google-api-client (>= 0.44.2)
google-cloud-storage (>= 1.15.0)
highline (>= 1.7.2, < 2.0.0)
json (< 3.0.0)
jwt (>= 2.1.0, < 3)
Expand All @@ -44,29 +44,35 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
artifactory (3.0.15)
ast (2.4.2)
atomos (0.1.3)
aws-eventstream (1.1.1)
aws-partitions (1.431.1)
aws-sdk-core (3.112.1)
aws-partitions (1.434.0)
aws-sdk-core (3.113.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.42.0)
aws-sdk-kms (1.43.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.89.0)
aws-sdk-s3 (1.93.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.3)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
binding_of_caller (0.8.0)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
byebug (11.1.3)
claide (1.0.3)
Expand All @@ -80,6 +86,7 @@ GEM
colored2 (3.1.2)
commander-fastlane (4.4.6)
highline (~> 1.7.2)
concurrent-ruby (1.1.8)
cork (0.3.0)
colored2 (~> 3.1)
coveralls (0.8.23)
Expand All @@ -90,7 +97,7 @@ GEM
tins (~> 1.6)
crack (0.4.5)
rexml
danger (8.2.2)
danger (8.2.3)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -102,11 +109,11 @@ GEM
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
terminal-table (>= 1, < 4)
danger-junit (1.0.2)
danger (> 2.0)
ox (~> 2.0)
debug_inspector (1.0.0)
debug_inspector (1.1.0)
declarative (0.0.20)
declarative-option (0.1.0)
diff-lcs (1.4.4)
Expand All @@ -118,7 +125,7 @@ GEM
dotenv (2.7.6)
emoji_regex (3.2.2)
excon (0.79.0)
fakefs (1.2.3)
fakefs (1.3.2)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
Expand All @@ -135,18 +142,14 @@ GEM
fastlane-plugin-clubmate (0.1.0)
fastlane-plugin-ruby (0.1.3)
fastlane-plugin-slack_train (0.2.0)
gems (1.2.0)
gh_inspector (1.1.3)
git (1.8.1)
rchardet (~> 1.8)
google-api-client (0.38.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-apis-core (0.2.1)
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-core (0.3.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.14)
httpclient (>= 2.8.1, < 3.0)
Expand All @@ -156,25 +159,33 @@ GEM
rexml
signet (~> 0.14)
webrick
google-apis-iamcredentials_v1 (0.1.0)
google-apis-discovery_v1 (0.2.0)
google-apis-core (~> 0.1)
google-apis-generator (0.2.0)
activesupport (>= 5.0)
gems (~> 1.2)
google-apis-core (~> 0.1)
google-apis-discovery_v1 (~> 0.0)
thor (>= 0.20, < 2.a)
google-apis-iamcredentials_v1 (0.2.0)
google-apis-core (~> 0.1)
google-apis-storage_v1 (0.2.0)
google-apis-storage_v1 (0.3.0)
google-apis-core (~> 0.1)
google-cloud-core (1.5.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.4.0)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.1)
google-cloud-storage (1.30.0)
google-cloud-errors (1.1.0)
google-cloud-storage (1.31.0)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.1)
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
googleauth (0.15.1)
googleauth (0.16.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
Expand All @@ -187,11 +198,13 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
interception (0.5)
jmespath (1.4.0)
json (2.5.1)
jwt (2.2.2)
kramdown (2.3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -202,6 +215,7 @@ GEM
mime-types-data (3.2021.0225)
mini_magick (4.11.0)
mini_mime (1.0.2)
minitest (5.14.4)
multi_json (1.15.0)
multipart-post (2.0.0)
mustermann (1.1.1)
Expand All @@ -222,17 +236,17 @@ GEM
ast (~> 2.4.1)
plist (3.6.0)
powerpack (0.1.3)
pry (0.14.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
pry (~> 0.13.0)
pry-rescue (1.5.2)
interception (>= 0.5)
pry (>= 0.12.0)
pry-stack_explorer (0.4.12)
binding_of_caller (~> 0.7)
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
public_suffix (4.0.6)
rack (2.2.3)
Expand Down Expand Up @@ -286,7 +300,7 @@ GEM
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
security (0.1.3)
signet (0.14.1)
signet (0.15.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -319,6 +333,8 @@ GEM
tty-screen (0.8.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -350,6 +366,7 @@ GEM
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)
yard (0.9.26)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -364,10 +381,10 @@ DEPENDENCIES
fastlane-plugin-clubmate
fastlane-plugin-ruby
fastlane-plugin-slack_train (>= 0.2.0)
google-apis-core (< 0.3.0)
google-apis-iamcredentials_v1 (< 0.2.0)
google-apis-storage_v1 (< 0.3.0)
googleauth (< 0.16.0)
google-apis-core
google-apis-iamcredentials_v1
google-apis-storage_v1
googleauth
ox (= 2.13.2)
pry
pry-byebug
Expand All @@ -380,12 +397,12 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.4.1)
rubocop (= 0.49.1)
rubocop-require_tools (>= 0.1.2)
signet (< 0.15.0)
signet
sinatra (~> 2.0.8)
webmock (~> 3.8)
xcode-install (>= 2.6.7)
xcov (~> 1.4.1)
yard (~> 0.9.11)

BUNDLED WITH
2.2.9
2.2.15
4 changes: 2 additions & 2 deletions fastlane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Gem::Specification.new do |spec|

# The Google API Client gem is *not* API stable between minor versions - hence the specific version locking here.
# If you upgrade this gem, make sure to upgrade the users of it as well.
spec.add_dependency('google-api-client', '>= 0.37.0', '< 0.39.0') # Google API Client to access Play Publishing API
spec.add_dependency('google-cloud-storage', '>= 1.15.0', '< 2.0.0') # Access Google Cloud Storage for match
spec.add_dependency('google-api-client', '>= 0.44.2') # Google API Client to access Play Publishing API
spec.add_dependency('google-cloud-storage', '>= 1.15.0') # Access Google Cloud Storage for match

spec.add_dependency('emoji_regex', '>= 0.1', '< 4.0') # Used to scan for Emoji in the changelog

Expand Down

0 comments on commit 6a23f01

Please sign in to comment.