Commit Graph

84 Commits

Author SHA1 Message Date
dependabot[bot] 752277469d
Bump rubocop from 0.92.0 to 0.93.1 (#1888)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.92.0 to 0.93.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.92.0...v0.93.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 10:06:37 +02:00
dependabot[bot] 866e40cc8f
Bump xcodeproj from 1.18.0 to 1.19.0 (#1886)
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.18.0...1.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 09:58:20 +02:00
dependabot[bot] 97bb412e4a
Bump rubocop from 0.91.0 to 0.92.0 (#1833)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.91.0 to 0.92.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.91.0...v0.92.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 16:13:18 +02:00
dependabot[bot] be9358758c
Bump google-cloud-storage from 1.28.0 to 1.29.0 (#1832)
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.28.0...google-cloud-storage/v1.29.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 16:13:09 +02:00
Kamil Harasimowicz 020fec1df2
[1736-maintenance-swiftlint-version-] add new `rake` task: `swift_lin… (#1797)
* [1736-maintenance-swiftlint-version-] add new `rake` task: `swift_lint_update`

* [1736-maintenance-swiftlint-version-] add `.swift-lint.version`

* [1736-maintenance-swiftlint-version-] update bundler in github's workflows to `2.1.4`

* [1736-maintenance-swiftlint-version-] adjust `Rakefile`
2020-09-25 11:54:33 +02:00
dependabot[bot] 4fa382be99
Bump rubocop from 0.90.0 to 0.91.0 (#1799)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.91.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.90.0...v0.91.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 13:10:19 +02:00
Pedro Piñera Buendía 2b11136bd8
Add "tuist doc" command. (#1683)
* Created empty DocCommand

* Created empty DocService

* Added OptionGroup to DocCommand. inputs, moduleName and outputs

* Added DocCommand as Tuist subcommand

* * Created TuistDoc, TuistDocTesting, TuistDocTests * Created SwiftDocController

* Implement logic to generate documentation

* Add doc page to documentation

* Add arguments table

* Fixed little typos (#1687)

* Added option group

* Added base-url to avoid broken css

* Remove css TODO

* Copying swift-doc to build folder in release task

* Added task to update swift-doc binary

* Removed TODO and updated abstract for DocCommand

* Added target option

* Handling visible targets for transitive dependencies

* private instead of internal for DocService properties

* Added MARKs

* Added DocServiceTests and necessary mocks * Introduced SwiftDocController

* commonmark instead of md

* Updated binary

* Basic server running

* Moved trap signal to server

* * Added Logger to TuistDoc * Added baseURL * Full flow working

* Add test for failing server

* Rake style correct

* nullify the mock properties

* Added public to absolutePath in MockBinaryLocator

* stub function instead of variable inside MockBinaryLocator

* Added generate stub for MockSwiftDocController

* Swiftformat

* Working with sources instead of target path

* Added TODO for port

* Added acceptance test

* Added two modes: localhost or files-only

* Added documentation

* Share code in BinaryLocator

* rake style_correct

* Removed extra '

* Fixed broken tests after rebase

* - Added comments to public classes from TuistDoc
- Fixed broken tests

* Last minute updates

* Updated the way we update swift-doc

* Code formatter

* Added zip to the gemfile

* * Added SwiftDocControllerTests and improved DocServiceTests

* Added integration tests

* Swiftlint force_try

* Moved SWIFTDOC_VERSION to top of the Rakefile

* swift_doc_update inside a temporary directory

* Renamed SwiftDocServer.Error to SwiftDocServerError

* Using FileHandler.shared instead of FileHandler()

* Renamed DocService.Error to DocServiceError

* Added .swift-doc.version file

* - Removed nested functions - Renamed DocService.Error - static instead of instance for baseURL

* Deleted extra log

* Avoid logging errors

* throw the function the server throws instead of replacing it

* Removing extra test file

* Removing port and serve flag

* Deleted TuistDocIntegrationTests.swift

* tearDown all variables

* Removed extra doc and improved intro.

* Moved logic outside SwiftDocServer to DocService

* Updated acceptance test

* Update Sources/TuistKit/Services/DocService.swift

* Fixed tests

* style correct

* Update features/step_definitions/doc.rb

Co-authored-by: Pedro Piñera Buendía <pepibumur@gmail.com>

* Increasing sleep

Co-authored-by: facumenzella <facumenzella@gmail.com>
Co-authored-by: Ali A. Hilal <ali94_200970@yahoo.com>
Co-authored-by: Facundo Menzella <facumenzella@users.noreply.github.com>
2020-09-16 09:06:54 +02:00
dependabot[bot] 38a111597d
Bump rubocop from 0.89.1 to 0.90.0 (#1748)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.1 to 0.90.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.89.1...v0.90.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 13:10:41 +02:00
dependabot[bot] 1e951679df
Bump google-cloud-storage from 1.27.0 to 1.28.0
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.27.0...google-cloud-storage/v1.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 11:15:33 +00:00
dependabot[bot] 3d4839ee9e
Bump cucumber from 4.1.0 to 5.1.0 (#1692)
Bumps [cucumber](https://github.com/cucumber/cucumber-ruby) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cucumber/cucumber-ruby/compare/v4.1.0...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 21:01:17 +02:00
dependabot[bot] f8e20a1e17
Bump rubocop from 0.89.0 to 0.89.1 (#1663)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.0 to 0.89.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.89.0...v0.89.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 14:09:09 +02:00
dependabot[bot] 9c26699d6b
Bump xcodeproj from 1.17.1 to 1.18.0 (#1662)
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.17.1 to 1.18.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.17.1...1.18.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 14:08:52 +02:00
dependabot[bot] 2ddf188c29
Bump rubocop from 0.88.0 to 0.89.0 (#1636)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.88.0...v0.89.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 17:16:27 +02:00
dependabot[bot] 92ff38f838
Bump google-cloud-storage from 1.26.2 to 1.27.0 (#1609)
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.26.2 to 1.27.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.26.2...google-cloud-storage/v1.27.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 18:47:46 +02:00
dependabot[bot] b4e5e30a29
Bump rubocop from 0.87.1 to 0.88.0 (#1611)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.87.1 to 0.88.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.87.1...v0.88.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 18:47:18 +02:00
dependabot[bot] 9202bab5a1
Bump rubocop from 0.86.0 to 0.87.1 (#1547)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.87.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.87.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-13 13:18:29 +02:00
dependabot[bot] 181d9235cf
Bump cucumber from 4.0.1 to 4.1.0 (#1525)
Bumps [cucumber](https://github.com/cucumber/cucumber-ruby) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cucumber/cucumber-ruby/compare/v4.0.1...v4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-06 16:49:37 +02:00
dependabot[bot] 8bfdc7dcae
Bump xcodeproj from 1.16.0 to 1.17.0 (#1499)
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.16.0...1.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-29 15:46:17 +02:00
dependabot[bot] 56aaca8c53
Bump rubocop from 0.85.1 to 0.86.0 (#1474)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.85.1 to 0.86.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.85.1...v0.86.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-23 17:57:53 +02:00
dependabot[bot] 0ef9ca0dbc
Bump rubocop from 0.85.0 to 0.85.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.85.0 to 0.85.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.85.0...v0.85.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 11:03:49 +00:00
dependabot[bot] de982604d0
Bump cucumber from 3.1.2 to 4.0.0 (#1400)
Bumps [cucumber](https://github.com/cucumber/cucumber-ruby) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cucumber/cucumber-ruby/compare/v3.1.2...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-04 09:05:43 +02:00
dependabot[bot] 8552a963ef
Bump rubocop from 0.84.0 to 0.85.0 (#1401)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.84.0...v0.85.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-03 21:56:42 +02:00
dependabot-preview[bot] f33f2eb897
Bump rubocop from 0.83.0 to 0.84.0 (#1363)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.83.0 to 0.84.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.83.0...v0.84.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-25 15:48:52 +02:00
dependabot-preview[bot] 1191a59409
Bump rubocop from 0.82.0 to 0.83.0 (#1343)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.82.0 to 0.83.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.82.0...v0.83.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-18 17:40:56 +02:00
dependabot-preview[bot] 8e66a898fa
Bump rubocop from 0.81.0 to 0.82.0 (#1234)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.81.0 to 0.82.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.81.0...v0.82.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-20 15:51:40 +02:00
dependabot-preview[bot] eac64635f1
Bump rubocop from 0.80.1 to 0.81.0 (#1187)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.1 to 0.81.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.80.1...v0.81.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 12:34:46 +02:00
dependabot-preview[bot] 6ebc274698
Bump xcodeproj from 1.15.0 to 1.16.0 (#1211)
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.15.0...1.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 12:24:21 +02:00
dependabot-preview[bot] d474e380d0
Bump google-cloud-storage from 1.25.1 to 1.26.0 (#1210)
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.25.1...google-cloud-storage/v1.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 12:15:54 +02:00
Pedro Piñera Buendía e5633ea601
Merge pull request #1045 from tuist/dependabot/bundler/rubocop-0.80.1
Bump rubocop from 0.80.0 to 0.80.1
2020-03-02 17:27:16 +01:00
dependabot-preview[bot] c4c78fe9c0
Bump rubocop from 0.80.0 to 0.80.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.0 to 0.80.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.80.0...v0.80.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 11:23:27 +00:00
dependabot-preview[bot] 11ea50bf0d
Bump cocoapods from 1.8.4 to 1.9.0
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
- [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CocoaPods/CocoaPods/compare/1.8.4...1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 11:22:56 +00:00
dependabot-preview[bot] 6ace4d9298
Bump rubocop from 0.79.0 to 0.80.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.80.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.79.0...v0.80.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 11:22:04 +00:00
dependabot-preview[bot] f4d184f96c
Bump xcodeproj from 1.14.0 to 1.15.0
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.14.0...1.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 11:23:51 +00:00
dependabot-preview[bot] dbb5da077f
Bump byebug from 11.0.1 to 11.1.0
Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 11:21:41 +00:00
dependabot-preview[bot] f376baaede
Bump minitest from 5.13.0 to 5.14.0
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.13.0...v5.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 11:23:37 +00:00
dependabot-preview[bot] abbf79b555
Bump rubocop from 0.78.0 to 0.79.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.78.0 to 0.79.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.78.0...v0.79.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 11:21:36 +00:00
dependabot-preview[bot] f7add594e6
Bump rubocop from 0.77.0 to 0.78.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.77.0 to 0.78.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.77.0...v0.78.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 11:21:12 +00:00
dependabot-preview[bot] 62c15ff73c
Bump google-cloud-storage from 1.24.0 to 1.25.0
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.24.0...google-cloud-storage/v1.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 12:08:59 +00:00
dependabot-preview[bot] afe4a2f81a
Bump xcodeproj from 1.13.0 to 1.14.0
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.13.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 11:19:58 +00:00
dependabot-preview[bot] a1657034ca
Bump rubocop from 0.76.0 to 0.77.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.76.0 to 0.77.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.76.0...v0.77.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 11:19:05 +00:00
dependabot-preview[bot] 172b9a6b47 Bump google-cloud-storage from 1.23.0 to 1.24.0 (#671)
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.23.0...google-cloud-storage/v1.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-18 12:26:37 +01:00
dependabot-preview[bot] 38c102be5e Bump google-cloud-storage from 1.21.1 to 1.23.0 (#632)
Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.21.1 to 1.23.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.21.1...google-cloud-storage/v1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 14:28:46 +01:00
dependabot-preview[bot] 5b8c238a90 Bump minitest from 5.12.2 to 5.13.0 (#634)
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.2 to 5.13.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.12.2...v5.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 14:28:36 +01:00
dependabot-preview[bot] 94dce6dd55 Bump rubocop from 0.75.1 to 0.76.0 (#633)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.1 to 0.76.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.75.1...v0.76.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 14:28:09 +01:00
Pedro Piñera Buendía 212f61684a
Migrate from CircleCI to GitHub CI (#616)
* Migrate pipeline to GitHub CI

* Run erblint

* Add better_html

* Some style fixes

* Fix swiftlint issues

* Fix syntax

* Fix pipeline format

* Fix pipeline (again)

* Lint Javascript

* Install dependencies
2019-10-29 20:49:39 +01:00
dependabot-preview[bot] 738d6c0d49 Bump xcodeproj from 1.12.0 to 1.13.0 (#552)
Bumps [xcodeproj](https://github.com/cocoapods/xcodeproj) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/cocoapods/xcodeproj/releases)
- [Changelog](https://github.com/CocoaPods/Xcodeproj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cocoapods/xcodeproj/compare/1.12.0...1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 12:17:38 +02:00
dependabot-preview[bot] c035fc95f6 Bump rubocop from 0.75.0 to 0.75.1 (#548)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.0 to 0.75.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.75.0...v0.75.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-15 15:10:24 +02:00
dependabot-preview[bot] 4386766fee Bump rubocop from 0.74.0 to 0.75.0 (#522)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.74.0 to 0.75.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.74.0...v0.75.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 09:51:21 +02:00
Pedro Piñera 773e0f47d5 Update danger-rubocop 2019-09-30 19:27:25 +02:00
dependabot-preview[bot] 4b174fc660 Bump rake from 12.3.3 to 13.0.0 (#513)
* Bump rake from 12.3.3 to 13.0.0

Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.3...v13.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove .ruby-version
2019-09-29 18:32:23 +02:00