Skip to content

Commit

Permalink
chore: bump cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Dec 6, 2022
1 parent 0781bf1 commit 6685b14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'cocoapods', '1.10.1'
gem 'cocoapods', '1.11.3'
gem 'danger'
gem 'rake'
gem 'slather'
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ GEM
nap
open4 (~> 1.3)
clamp (1.3.2)
cocoapods (1.10.1)
addressable (~> 2.6)
cocoapods (1.11.3)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.10.1)
cocoapods-core (= 1.11.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -34,22 +34,22 @@ GEM
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.10.1)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
ruby-macho (>= 1.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.11.3)
activesupport (>= 5.0, < 7)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.1)
cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand All @@ -75,7 +75,7 @@ GEM
octokit (~> 4.7)
terminal-table (>= 1, < 4)
escape (0.0.4)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (1.10.0)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
kramdown (~> 2.0)
liferaft (0.0.6)
minitest (5.15.0)
molinillo (0.6.6)
molinillo (0.8.0)
multipart-post (2.1.1)
mustache (1.1.1)
nanaimo (0.3.0)
Expand All @@ -148,7 +148,7 @@ GEM
redcarpet (3.5.1)
rexml (3.2.5)
rouge (2.0.7)
ruby-macho (1.4.0)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -186,7 +186,7 @@ PLATFORMS
arm64-darwin-21

DEPENDENCIES
cocoapods (= 1.10.1)
cocoapods (= 1.11.3)
danger
ffi (= 1.15.3)
jazzy (= 0.14.0)
Expand Down
1 change: 0 additions & 1 deletion SourceryRuntime/Sources/AST/Class.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation

// sourcery: skipDescription
/// Descibes Swift class
@objc(SwiftClass) @objcMembers public final class Class: Type {
Expand Down

0 comments on commit 6685b14

Please sign in to comment.