Skip to content

Commit 178865e

Browse files
authored
Merge pull request #773 from woocommerce/fix/update-release-toolkit
Update to the latest release-toolkit
2 parents 161f774 + 8045917 commit 178865e

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Gemfile.lock

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
GIT
22
remote: https://github.com/wordpress-mobile/release-toolkit
3-
revision: a569711c6bdd4026f1c3e929f743a42189bfba0c
4-
tag: 0.1.1
3+
revision: a7f414b31dc383075d3489b3d9d4ec039529ef67
4+
tag: 0.1.9
55
specs:
6-
fastlane-plugin-wpmreleasetoolkit (0.1.1)
6+
fastlane-plugin-wpmreleasetoolkit (0.1.9)
7+
diffy
8+
git
9+
nokogiri
10+
octokit
711

812
GEM
913
remote: https://rubygems.org/
@@ -63,6 +67,7 @@ GEM
6367
concurrent-ruby (1.0.5)
6468
declarative (0.0.10)
6569
declarative-option (0.1.0)
70+
diffy (3.3.0)
6671
domain_name (0.5.20180417)
6772
unf (>= 0.0.5, < 1.0.0)
6873
dotenv (2.5.0)
@@ -116,6 +121,7 @@ GEM
116121
fourflusher (2.0.1)
117122
fuzzy_match (2.0.4)
118123
gh_inspector (1.1.3)
124+
git (1.5.0)
119125
google-api-client (0.21.2)
120126
addressable (~> 2.5, >= 2.5.1)
121127
googleauth (>= 0.5, < 0.7.0)
@@ -143,6 +149,7 @@ GEM
143149
mime-types-data (~> 3.2015)
144150
mime-types-data (3.2018.0812)
145151
mini_magick (4.5.1)
152+
mini_portile2 (2.4.0)
146153
minitest (5.11.3)
147154
molinillo (0.6.5)
148155
multi_json (1.13.1)
@@ -152,6 +159,10 @@ GEM
152159
nap (1.1.0)
153160
naturally (2.2.0)
154161
netrc (0.11.0)
162+
nokogiri (1.10.1)
163+
mini_portile2 (~> 2.4.0)
164+
octokit (4.13.0)
165+
sawyer (~> 0.8.0, >= 0.5.3)
155166
os (1.0.0)
156167
plist (3.4.0)
157168
public_suffix (2.0.5)
@@ -164,6 +175,9 @@ GEM
164175
rouge (1.11.1)
165176
ruby-macho (1.1.0)
166177
rubyzip (1.2.2)
178+
sawyer (0.8.1)
179+
addressable (>= 2.3.5, < 2.6)
180+
faraday (~> 0.8, < 1.0)
167181
security (0.1.3)
168182
signet (0.11.0)
169183
addressable (~> 2.3)

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# Ensure this file is checked in to source control!
44

5-
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', :tag => '0.1.1'
5+
gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', :tag => '0.1.9'

0 commit comments

Comments
 (0)