Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Saúl Moreno Abril committed Mar 26, 2024
1 parent bead49e commit 1df3613
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'xcpretty', '~> 0.3'
gem 'xcpretty-json-formatter', '~> 0.1.1'
gem 'xcpretty-json-formatter', '~> 0.1'

gem 'fastlane', '~> 2.214'
gem 'cocoapods', '~> 1.12.1'
gem 'cocoapods', '~> 1.14'
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.7)
claide (1.1.0)
cocoapods (1.12.1)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.12.1)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.6.0, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
Expand All @@ -59,8 +59,8 @@ GEM
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.12.1)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -71,7 +71,7 @@ GEM
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand Down Expand Up @@ -285,10 +285,10 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.12.1)
cocoapods (~> 1.14)
fastlane (~> 2.214)
xcpretty (~> 0.3)
xcpretty-json-formatter (~> 0.1.1)
xcpretty-json-formatter (~> 0.1)

BUNDLED WITH
2.4.19

0 comments on commit 1df3613

Please sign in to comment.