Skip to content

Commit

Permalink
chore: insert new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed May 15, 2023
1 parent c1c4175 commit 171f2f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bundle/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ BUNDLE_PATH: ".bundle/vendor/bundle"
BUNDLE_BIN: ".bundle/vendor/bin"
BUNDLE_RETRY: "3"
BUNDLE_JOBS: "4"
BUNDLE_CLEAN: "true"
BUNDLE_CLEAN: "true"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ xcuserdata
DerivedData

# bundler
.bundle/vendor
.bundle/vendor
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gem 'danger', '9.3.0'
gem 'danger-swiftlint', '0.33.0'
gem 'danger-xcode_summary', '1.2.0'
gem 'danger-xcov', '0.5.0'
gem 'xcpretty-json-formatter', '0.1.1'
gem 'xcpretty-json-formatter', '0.1.1'

0 comments on commit 171f2f5

Please sign in to comment.