Skip to content

Commit

Permalink
Bump fastlane to 2.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent 010cb89 commit ace7c48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'cocoapods', '1.5.3'
gem 'fastlane', '2.120.0'
gem 'fastlane', '2.121.1'
gem 'slather', '2.4.6'
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -68,7 +68,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.5)
fastlane (2.120.0)
fastlane (2.121.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
netrc (0.11.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
os (1.0.0)
os (1.0.1)
plist (3.5.0)
public_suffix (2.0.5)
representable (3.0.4)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
word_wrap (1.0.0)
xcodeproj (1.8.2)
Expand All @@ -216,7 +216,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (= 1.5.3)
fastlane (= 2.120.0)
fastlane (= 2.121.1)
slather (= 2.4.6)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
@@ -1,4 +1,4 @@
fastlane_version '2.120.0'
fastlane_version '2.121.1'
default_platform(:ios)

platform :ios do
Expand Down

0 comments on commit ace7c48

Please sign in to comment.