Skip to content

Commit

Permalink
Pin Gemfile dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed Sep 11, 2024
1 parent 5757447 commit 64e0030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'xcpretty'
gem 'xcpretty', '0.3.0'
gem 'cocoapods', '1.15.2'
gem 'danger'
gem 'danger-swiftlint'
gem 'danger', '8.3.1'
gem 'danger-swiftlint', '0.26.0'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ PLATFORMS

DEPENDENCIES
cocoapods (= 1.15.2)
danger
danger-swiftlint
xcpretty
danger (= 8.3.1)
danger-swiftlint (= 0.26.0)
xcpretty (= 0.3.0)

BUNDLED WITH
2.1.4

0 comments on commit 64e0030

Please sign in to comment.