Skip to content

Commit

Permalink
Updated dependencies (#505)
Browse files Browse the repository at this point in the history
* Update deps

* Remove semantic gem
  • Loading branch information
Widcket committed Sep 21, 2021
1 parent 12da0c5 commit c3ce642
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Quick" ~> 3.0
github "Quick/Quick" ~> 4.0
github "Quick/Nimble" ~> 9.0
github "AliSoftware/OHHTTPStubs" ~> 9.0
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "AliSoftware/OHHTTPStubs" "9.1.0"
github "Quick/Nimble" "v9.0.0"
github "Quick/Quick" "v3.1.2"
github "auth0/JWTDecode.swift" "2.6.0"
github "auth0/SimpleKeychain" "0.12.2"
github "Quick/Nimble" "v9.2.1"
github "Quick/Quick" "v4.0.0"
github "auth0/JWTDecode.swift" "2.6.2"
github "auth0/SimpleKeychain" "0.12.4"
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
source 'https://rubygems.org'

gem 'fastlane', '>= 2.129.0'
gem 'semantic', '~> 1.5'
gem 'slather', '>= 2.4.7'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

gem "cocoapods", "~> 1.7"
gem "mini_magick", ">= 4.9.4"
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ DEPENDENCIES
cocoapods (~> 1.7)
fastlane (>= 2.129.0)
fastlane-plugin-auth0_shipper
mini_magick (>= 4.9.4)
semantic (~> 1.5)
slather (>= 2.4.7)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(name: "SimpleKeychain", url: "https://github.com/auth0/SimpleKeychain.git", .upToNextMajor(from: "0.12.0")),
.package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift.git", .upToNextMajor(from: "2.5.0")),
.package(name: "Quick", url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "3.0.0")),
.package(name: "Quick", url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "4.0.0")),
.package(name: "Nimble", url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0")),
.package(name: "OHHTTPStubs", url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0"))
],
Expand Down
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('semantic')

opt_out_usage

default_platform :ios
Expand Down

0 comments on commit c3ce642

Please sign in to comment.