Skip to content

Commit

Permalink
Update release toolkit to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Aug 9, 2021
1 parent 30b6041 commit 7df09fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-appcenter (1.11.1)
fastlane-plugin-sentry (1.6.0)
fastlane-plugin-wpmreleasetoolkit (1.3.1)
fastlane-plugin-wpmreleasetoolkit (1.4.0)
activesupport (~> 5)
bigdecimal (~> 1.4)
chroma (= 0.2.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
memoist (0.16.2)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
minitest (5.14.4)
molinillo (0.6.6)
multi_json (1.15.0)
Expand All @@ -235,15 +235,15 @@ GEM
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.2)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-darwin)
nokogiri (1.12.2-x86_64-darwin)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.12.1)
oj (3.13.0)
optimist (3.0.1)
options (2.3.2)
os (1.1.1)
Expand Down Expand Up @@ -323,7 +323,7 @@ DEPENDENCIES
fastlane (~> 2)
fastlane-plugin-appcenter (~> 1.11)
fastlane-plugin-sentry (~> 1.6)
fastlane-plugin-wpmreleasetoolkit (~> 1.3.1)
fastlane-plugin-wpmreleasetoolkit (~> 1.4.0)
octokit (~> 4.0)
rmagick (~> 3.2.0)
xcpretty-travis-formatter
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Ensure this file is checked in to source control!
#
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.3.1'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 1.4.0'
gem 'fastlane-plugin-sentry', '~> 1.6'
gem 'fastlane-plugin-appcenter', '~> 1.11'

Expand Down

0 comments on commit 7df09fd

Please sign in to comment.