Skip to content

Commit

Permalink
Use a more specific version constraint for Fastlane gem
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Oct 30, 2023
1 parent 4ee84bf commit f8c2675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'danger-dangermattic', git: 'https://github.com/Automattic/dangermattic'
gem 'fastlane', '~> 2'
gem 'fastlane', '~> 2.216'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.1'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ PLATFORMS

DEPENDENCIES
danger-dangermattic!
fastlane (~> 2)
fastlane (~> 2.216)
fastlane-plugin-wpmreleasetoolkit (~> 9.1)

BUNDLED WITH
Expand Down

0 comments on commit f8c2675

Please sign in to comment.