summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-gemfile-rails-security-update' into 'master'Robert Speicher2018-12-061-1/+1
|\ | | | | | | | | Security update of gem rails to version 4.2.11 See merge request gitlab-org/gitlab-ce!23520
| * Security update of rails to version 4.2.11.Matthias Fechner2018-12-031-1/+1
| |
* | Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-0/+3
| |
* | Update gitaly-proto to v1.3.0Nick Thomas2018-12-061-1/+1
| |
* | Update batch-loader dependencyDouwe Maan2018-12-041-1/+1
|/
* Bump gpgme gem version from 2.0.13 to 2.0.18Abulhair Saparov2018-12-031-1/+1
|
* Currently a dependency for grape `~> 1.1` is defined but gitlab does not ↵Matthias Fechner2018-11-291-1/+1
| | | | | work with `grape` version `1.2` installed. Fix version of `grape` to 1.1.x.
* Merge branch '51083-fix-move-api' into 'master'Rémy Coutable2018-11-291-1/+1
|\ | | | | | | | | | | | | Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
| * Update Gitaly and gitaly-protoNick Thomas2018-11-271-1/+1
| |
* | Add monkey patch to unicorn to fix eof? problemKamil Trzciński2018-11-281-0/+7
|/ | | | | | | Rack with Unicorn is unable to handle chunked requests due to private `eof?` method. This exposes `eof?` not changing `rack` behavior. Issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/8539
* Merge branch 'upgrade_kubeclient_400' into 'master'Kamil Trzciński2018-11-271-1/+1
|\ | | | | | | | | Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
| * Upgrade kubeclient to 4.0.0Thong Kuah2018-11-271-1/+1
| | | | | | | | Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
* | Merge branch 'bvl-use-shell-writeref' into 'master'Douwe Maan2018-11-271-1/+1
|\ \ | |/ |/| | | | | Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
| * Update gitaly and gitaly-protoBob Van Landuyt2018-11-261-1/+1
| |
* | Upgrade better_errors gem to 2.5.0sh-bump-better-errors-gemStan Hu2018-11-221-1/+1
|/ | | | | | | This gem is only used for development, and the latest version has been tested with Rails 5/Ruby 2.5. Changes: https://github.com/BetterErrors/better_errors/releases
* Bump nokogiri, loofah, and rack gems for security updatesStan Hu2018-11-191-1/+1
| | | | | | | | | | | | | | | loofah: CVE-2018-16468: https://github.com/flavorjones/loofah/issues/154 nokogiri: CVE-2018-14404 and CVE-2018-14567 https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md rack: CVE-2018-16471 https://github.com/rack/rack/commit/e5d58031b766e49687157b45edab1b8457d972bd i18n: https://github.com/svenfuchs/i18n/releases concurrent-ruby: https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
* Merge branch ↵46166-add-constraints-that-prevent-ci_builds-from-being-associated-with-null-pipeline-projectSean McGivern2018-11-191-5/+8
|\ | | | | | | | | | | | | | | | | '54093-the-default_value_for-gem-doesn-t-handle-actioncontroller-parameters-correctly' into 'master' Replace the `default_value_for` gem with the `gitlab-default_value_with` gem which handles `ActionController::Parameters` correctly Closes #54093 See merge request gitlab-org/gitlab-ce!23114
| * Use gitlab-default_value_with Rails 5Rémy Coutable2018-11-151-5/+8
| | | | | | | | | | | | | | | | | | | | This forks live at https://github.com/gitlabhq/default_value_for/tree/69-fix-action_controller-parameters-handling and fixes an issue where default_value_for wouldn't handle `ActionController::Parameters` correctly with Rails 5. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/54093. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '54004-update-asana-to-0.8.1' into 'master'Sean McGivern2018-11-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Update asana to 0.8.1 Closes #54004 See merge request gitlab-org/gitlab-ce!23039
| * | Update asana to 0.8.1Takuya Noguchi2018-11-191-1/+1
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch 'sh-use-nakayoshi-fork' into 'master'Sean McGivern2018-11-191-0/+3
|\ \ \ | |/ / |/| | | | | | | | Improve memory performance by reducing dirty pages before fork See merge request gitlab-org/gitlab-ce!23169
| * | Improve memory performance by reducing dirty pages after fork()sh-use-nakayoshi-forkStan Hu2018-11-181-0/+3
| |/ | | | | | | | | | | | | | | The nakayoshi_fork gem works around the lack of a Ruby compacting garbage collecting by calling GC.start a few times to "promote" the age of young objects to the maximum age 3. This reduces the number of dirty pages and consequently improves copy-on-write behavior with unicorn and other forking Web application servers.
* | Merge branch '54010-update-asciidoctor-to-1.5.8' into 'master'Rémy Coutable2018-11-191-1/+1
|\ \ | |/ |/| | | | | | | | | Update asciidoctor to 1.5.8 Closes #54010 See merge request gitlab-org/gitlab-ce!23047
| * Update asciidoctor to 1.5.8Takuya Noguchi2018-11-151-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Use the new parallel keyword in .gitlab-ci.ymluse-parallel-ci-keywordRémy Coutable2018-11-151-1/+1
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'switch-rails' into 'master'Sean McGivern2018-11-141-1/+1
|\ | | | | | | | | | | | | Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
| * Switch to Rails 5 by defaultJan Provaznik2018-11-141-1/+1
| | | | | | | | | | * updates Gemfile * uses Rails 5 unless explicitly disabled
* | Bump `binding_of_caller` gem version to 0.8.0Shinya Maeda2018-11-141-1/+1
|/
* Merge branch '53289-update-haml_lint-to-0-28-0' into 'master'Rémy Coutable2018-11-131-1/+1
|\ | | | | | | | | | | | | Update haml_lint to 0.28.0 Closes #53289 See merge request gitlab-org/gitlab-ce!22660
| * Update haml_lint to 0.28.0Takuya Noguchi2018-10-291-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch '53291-update-ffaker-to-2-10-0' into 'master'Rémy Coutable2018-11-131-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Update ffaker to 2.10.0 Closes #53291 See merge request gitlab-org/gitlab-ce!22661
| * | Update ffaker to 2.10.0Takuya Noguchi2018-10-291-1/+1
| |/ | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'blackst0ne-add-discord-service' into 'master'Sean McGivern2018-11-121-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
| * | Update Gemfileblackst0ne2018-11-051-1/+1
| | |
| * | Add Discord integrationblackst0ne2018-10-301-0/+3
| | |
* | | Update gitlab-markup gem to avoid binary name collision53082-gitlab-ce-11-4-0-gemfile-conflict-gitlab-markup-and-github-markupAlejandro Rodríguez2018-11-111-1/+1
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/53082
* | | Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
| * | | Add submodule update API endpointFrancisco Javier López2018-11-071-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
* | | Merge branch 'remove-asset-sync' into 'master'Marin Jankovski2018-11-071-3/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Remove asset_sync gem and related code Closes omnibus-gitlab#3872 See merge request gitlab-org/gitlab-ce!22610
| * | Remove asset_sync gem and related coderemove-asset-syncBalasankar "Balu" C2018-10-251-3/+0
| | | | | | | | | | | | | | | Reverting https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15734 . We are not using asset sync currently.
* | | Remove mousetrap-rails gemTakuya Noguchi2018-10-281-3/+0
| |/ |/| | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-0/+5
|/ | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
* Bump google-protobuf to 3.6.1Stan Hu2018-10-241-2/+1
| | | | | | | | | It looks like gRPC may have worked around https://github.com/google/protobuf/issues/4210 via https://github.com/grpc/grpc/pull/14634. This is needed to support Ruby 2.5 (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22555).
* Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable2018-10-171-5/+1
|\ | | | | | | | | | | | | Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
| * Remove a dependency on gitlab-gollum-libNick Thomas2018-10-161-4/+0
| | | | | | | | | | | | | | | | Removing this dependency also allows us to remove a transitive dependency on gitlab_grit - which is the whole point of this exercise. I don't think we can EOL gitlab_grit until it's removed as a dependency from gitaly-ruby, but this at least gets it out of gitlab-ce.
| * Inline the gitlab-flowdock-git-hooks gemNick Thomas2018-10-161-1/+1
| | | | | | | | | | This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
* | Merge branch 'grpc-update-1-15' into 'master'Rémy Coutable2018-10-161-1/+1
|\ \ | |/ |/| | | | | Use grpc v1.15.x See merge request gitlab-org/gitlab-ce!22350
| * Use grpc v1.15.xAlejandro Rodríguez2018-10-151-1/+1
| |
* | Remove dependencies on LinguistZeger-Jan van de Weg2018-10-121-3/+1
|/ | | | | | | | | | | | | | | | This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
* Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas2018-10-041-0/+1
|\ | | | | | | | | Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715