1c3c711dc5a5c5adb18e73910fb0ba3de92161e4
Gemfile.lock
| ... | ... | @@ -5,8 +5,9 @@ GEM |
| 5 | 5 | base64 |
| 6 | 6 | nkf |
| 7 | 7 | rexml |
| 8 | - addressable (2.8.7) |
|
| 9 | - public_suffix (>= 2.0.2, < 7.0) |
|
| 8 | + abbrev (0.1.2) |
|
| 9 | + addressable (2.9.0) |
|
| 10 | + public_suffix (>= 2.0.2, < 8.0) |
|
| 10 | 11 | artifactory (3.0.17) |
| 11 | 12 | atomos (0.1.3) |
| 12 | 13 | aws-eventstream (1.4.0) |
| ... | ... | @@ -29,13 +30,15 @@ GEM |
| 29 | 30 | aws-sigv4 (1.12.1) |
| 30 | 31 | aws-eventstream (~> 1, >= 1.0.2) |
| 31 | 32 | babosa (1.0.4) |
| 32 | - base64 (0.3.0) |
|
| 33 | + base64 (0.2.0) |
|
| 34 | + benchmark (0.5.0) |
|
| 33 | 35 | bigdecimal (4.0.1) |
| 34 | 36 | claide (1.1.0) |
| 35 | 37 | colored (1.2) |
| 36 | 38 | colored2 (3.1.2) |
| 37 | 39 | commander (4.6.0) |
| 38 | 40 | highline (~> 2.0.0) |
| 41 | + csv (3.3.5) |
|
| 39 | 42 | declarative (0.0.20) |
| 40 | 43 | digest-crc (0.7.0) |
| 41 | 44 | rake (>= 12.0.0, < 14.0.0) |
| ... | ... | @@ -72,15 +75,19 @@ GEM |
| 72 | 75 | faraday_middleware (1.2.1) |
| 73 | 76 | faraday (~> 1.0) |
| 74 | 77 | fastimage (2.4.0) |
| 75 | - fastlane (2.228.0) |
|
| 78 | + fastlane (2.232.2) |
|
| 76 | 79 | CFPropertyList (>= 2.3, < 4.0.0) |
| 80 | + abbrev (~> 0.1.2) |
|
| 77 | 81 | addressable (>= 2.8, < 3.0.0) |
| 78 | 82 | artifactory (~> 3.0) |
| 79 | - aws-sdk-s3 (~> 1.0) |
|
| 83 | + aws-sdk-s3 (~> 1.197) |
|
| 80 | 84 | babosa (>= 1.0.3, < 2.0.0) |
| 81 | - bundler (>= 1.12.0, < 3.0.0) |
|
| 85 | + base64 (~> 0.2.0) |
|
| 86 | + benchmark (>= 0.1.0) |
|
| 87 | + bundler (>= 1.17.3, < 5.0.0) |
|
| 82 | 88 | colored (~> 1.2) |
| 83 | 89 | commander (~> 4.6) |
| 90 | + csv (~> 3.3) |
|
| 84 | 91 | dotenv (>= 2.1.1, < 3.0.0) |
| 85 | 92 | emoji_regex (>= 0.1, < 4.0) |
| 86 | 93 | excon (>= 0.71.0, < 1.0.0) |
| ... | ... | @@ -92,16 +99,20 @@ GEM |
| 92 | 99 | gh_inspector (>= 1.1.2, < 2.0.0) |
| 93 | 100 | google-apis-androidpublisher_v3 (~> 0.3) |
| 94 | 101 | google-apis-playcustomapp_v1 (~> 0.1) |
| 95 | - google-cloud-env (>= 1.6.0, < 2.0.0) |
|
| 102 | + google-cloud-env (>= 1.6.0, <= 2.1.1) |
|
| 96 | 103 | google-cloud-storage (~> 1.31) |
| 97 | 104 | highline (~> 2.0) |
| 98 | 105 | http-cookie (~> 1.0.5) |
| 99 | 106 | json (< 3.0.0) |
| 100 | 107 | jwt (>= 2.1.0, < 3) |
| 108 | + logger (>= 1.6, < 2.0) |
|
| 101 | 109 | mini_magick (>= 4.9.4, < 5.0.0) |
| 102 | 110 | multipart-post (>= 2.0.0, < 3.0.0) |
| 111 | + mutex_m (~> 0.3.0) |
|
| 103 | 112 | naturally (~> 2.2) |
| 113 | + nkf (~> 0.2.0) |
|
| 104 | 114 | optparse (>= 0.1.1, < 1.0.0) |
| 115 | + ostruct (>= 0.1.0) |
|
| 105 | 116 | plist (>= 3.1.0, < 4.0.0) |
| 106 | 117 | rubyzip (>= 2.0.0, < 3.0.0) |
| 107 | 118 | security (= 0.1.5) |
| ... | ... | @@ -177,8 +188,9 @@ GEM |
| 177 | 188 | nkf (0.2.0) |
| 178 | 189 | optparse (0.6.0) |
| 179 | 190 | os (1.1.4) |
| 191 | + ostruct (0.6.3) |
|
| 180 | 192 | plist (3.7.2) |
| 181 | - public_suffix (5.1.1) |
|
| 193 | + public_suffix (7.0.5) |
|
| 182 | 194 | rake (13.2.1) |
| 183 | 195 | representable (3.2.0) |
| 184 | 196 | declarative (< 0.1.0) |
| ... | ... | @@ -233,4 +245,4 @@ DEPENDENCIES |
| 233 | 245 | json (> 0) |
| 234 | 246 | |
| 235 | 247 | BUNDLED WITH |
| 236 | - 2.4.21 |
|
| 248 | + 4.0.6 |