summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '26375-markdown-footnotes-not-working' into 'master'Lin Jen-Shin2019-01-171-7/+7
|\ | | | | | | | | | | | | Markdown footnotes not working Closes #26375 See merge request gitlab-org/gitlab-ce!24168
| * Update to nokogiri 1.10.1Brett Walker2019-01-171-2/+2
| |
| * Update nokogiri to 1.10.0Brett Walker2019-01-081-7/+7
| | | | | | | | and truncato to 0.7.11
* | Conditionally initialize the global opentracing tracerAndrew Newdigate2019-01-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will instantiate an OpenTracing tracer and configure it as the global tracer when the GITLAB_TRACING environment variable is configured. GITLAB_TRACING takes a "connection string"-like value, encapsulating the driver (eg jaeger, etc) and options for the driver. Since each service, whether it's written in Ruby or Golang, uses the same connection-string, it should be very easy to configure all services in a cluster, or even a single development machine to be setup to use tracing. Note that this change does not include instrumentation or propagation changes as this is a way of breaking a previous larger change into components. The instrumentation and propagation changes will follow in separate changes.
* | Adopt Fugit to replace Rufus::SchedulerLin Jen-Shin2019-01-151-3/+3
| |
* | Update sidekiq-cron 0.6.0 -> 1.0Pirate Praveen2019-01-161-7/+9
| |
* | Update gitlab-styles to 2.5.1Jasper Maes2019-01-111-1/+1
| |
* | Fix ambiguous brackets in task listsJared Deckard2019-01-111-2/+2
| |
* | Bump CarrierWave to 1.3.1Stan Hu2019-01-091-1/+1
|/ | | | | | This avoids an extra HEAD request when making request for auth URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56096
* Merge branch 'update-pg' into 'master'Rémy Coutable2019-01-081-2/+2
|\ | | | | | | | | Update pg 0.18.4 -> 1.0 See merge request gitlab-org/gitlab-ce!17829
| * Update pg to ~> 1.1Pirate Praveen2018-12-271-2/+2
| |
* | Merge branch 'sh-bump-mini-test' into 'master'Lin Jen-Shin2019-01-031-2/+2
|\ \ | | | | | | | | | | | | Bump minitest to 5.11.3 to match Gitaly version See merge request gitlab-org/gitlab-ce!24070
| * | Bump minitest to 5.11.3 to match Gitaly versionsh-bump-mini-testStan Hu2018-12-301-2/+2
| |/ | | | | | | This prevents us from shipping duplicate versions of this gem.
* | Update gems in Gemfile and qa/Gemfile to be consistentStan Hu2019-01-021-11/+11
| | | | | | | | | | | | | | This will allow developers to run `bundle install` on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
* | Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon2019-01-021-36/+36
|\ \ | | | | | | | | | | | | Bump Ruby on Rails to 5.0.7.1 See merge request gitlab-org/gitlab-ce!23396
| * | Bump Ruby on Rails to 5.0.7.1blackst0ne-bump-rails-cve-2018-16476blackst0ne2018-12-211-36/+36
| | | | | | | | | | | | Fix the CVE-2018-16476 vulnerability.
* | | Merge branch 'sh-bump-omniauth-google-gem' into 'master'Sean McGivern2019-01-011-14/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Omniauth and JWT gems to switch away from Google+ API Closes #55668 See merge request gitlab-org/gitlab-ce!24068
| * | | Upgrade Omniauth and JWT gems to switch away from Google+ APIStan Hu2018-12-281-14/+14
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * omniauth-google-oauth2: Google will be deprecating its support for the Google+ API, which currently omniauth-google-oauth2 uses to retrieve user info. The bump in omniauth-google-oauth2 requires an upgrade to ruby-jwt v2+ to support the verification of multiple issue providers (https://github.com/zquestz/omniauth-google-oauth2/pull/345). * jwt: This has the most number of changes that need to be reviewed: https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md * oauth2: Needed to support ruby-jwt v2+: https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md * omniauth-azure-oauth2 needs a version bump to support ruby-jwt v2+. * omniauth: This version bump only involves backstage improvements: https://github.com/omniauth/omniauth/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55668
* | | Merge branch 'rails52-dbcleaner' into 'master'Stan Hu2018-12-311-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Bump database_cleaner version Closes #55539 See merge request gitlab-org/gitlab-ce!23985
| * | Bump database_cleaner versionJan Provaznik2018-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | should fix issue with: undefined method `schema_migrations_table_name' for ActiveRecord::Migrator:Class https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/135978879
* | | Bump CarrierWave to 1.3.0 and remove monkey patchesStan Hu2018-12-241-2/+2
|/ / | | | | | | | | Full list of changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
* | Update minimum version of nokogiriPirate Praveen2018-12-211-1/+1
| | | | | | | | Fixes: ActionView::Template::Error (undefined method `add_class' for #<Nokogiri::XML::Element:0x0055dbff5252e8>
* | Fix sidekiq-reliable-fetch versionValery Sizov2018-12-191-2/+2
| |
* | Merge branch 'zj-pool-destruction' into 'master'Kamil Trzciński2018-12-191-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Leave object pools when destroying projects Closes gitaly#1415 See merge request gitlab-org/gitlab-ce!23869
| * | Leave object pools when destroying projectsZeger-Jan van de Weg2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This action doesn't lean on reduplication, so a short call can me made to the Gitaly server to have the object pool remove its remote to the project pending deletion. https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58 When an object pool doesn't have members, this would invalidate the need for a pool. So when a project leaves the pool, the pool will be destroyed on the background. Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
* | | Merge branch 'deprecated-alias-method-chain' into 'master'Rémy Coutable2018-12-181-3/+4
|\ \ \ | |_|/ |/| | | | | | | | Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead See merge request gitlab-org/gitlab-ce!23887
| * | Fix deprecation: alias_method_chain is deprecated. Please, use ↵Jasper Maes2018-12-171-3/+4
| |/ | | | | | | Module#prepend instead
* | Bump gitlab-reliable-fetcher gemValery Sizov2018-12-171-2/+2
|/
* Specify sass ~> 3.5 in GemfilePirate Praveen2018-12-121-0/+1
|
* Bump sentry-raven gem to 2.7.4Stan Hu2018-12-101-1/+1
| | | | | Contains only minor fixes from 2.7.2: https://github.com/getsentry/raven-ruby/releases
* Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-1/+2
|
* Update gitaly-proto to v1.3.0Nick Thomas2018-12-061-2/+2
|
* Upgrade rspec-parameterized to 0.4.1Stan Hu2018-12-051-3/+4
| | | | | | | | | | | | | | | rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the following error: ``` RuntimeError: No such frame, gone beyond end of stack! ``` This happens because of a Ruby bug in https://bugs.ruby-lang.org/issues/15105. The binding_of_caller gem induces this failure. This upgrade switches to the binding_of_ninja gem, which does not have the same problem.
* Update batch-loader dependencyDouwe Maan2018-12-041-2/+2
|
* Bump gpgme gem version from 2.0.13 to 2.0.18Abulhair Saparov2018-12-031-3/+3
|
* Manually edited the Gemfile.lock to make the gitlab-ce pipeline happy.Matthias Fechner2018-11-301-1/+1
|
* Merge branch '51083-fix-move-api' into 'master'Rémy Coutable2018-11-291-2/+2
|\ | | | | | | | | | | | | 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-2/+2
| |
* | Add monkey patch to unicorn to fix eof? problemKamil Trzciński2018-11-281-0/+1
|/ | | | | | | 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-6/+6
|\ | | | | | | | | Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
| * Upgrade kubeclient to 4.0.0Thong Kuah2018-11-271-6/+6
| | | | | | | | 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-2/+2
|\ \ | |/ |/| | | | | Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
| * Update gitaly and gitaly-protoBob Van Landuyt2018-11-261-2/+2
| |
* | Upgrade better_errors gem to 2.5.0sh-bump-better-errors-gemStan Hu2018-11-221-3/+4
|/ | | | | | | 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
* Upgrade escape_utils to 1.2.1sh-bump-escape-utilsStan Hu2018-11-201-1/+1
| | | | | | | | This matches the version shipped in gitaly-ruby. The main changes between 1.1.1 and 1.2.1 are CI-related improvements: https://github.com/brianmario/escape_utils/compare/1.1.1...1.2.1
* Merge branch 'sh-bump-gems-security' into 'master'Douglas Barbosa Alexandre2018-11-191-9/+9
|\ | | | | | | | | Bump nokogiri, loofah, and rack gems for security updates See merge request gitlab-org/gitlab-ce!23204
| * Bump nokogiri, loofah, and rack gems for security updatesStan Hu2018-11-191-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Bump ruby_parser to 3.11.0 for Ruby 2.5 compatibilityStan Hu2018-11-191-3/+3
|/ | | | See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
* Merge branch ↵46166-add-constraints-that-prevent-ci_builds-from-being-associated-with-null-pipeline-projectSean McGivern2018-11-191-3/+3
|\ | | | | | | | | | | | | | | | | '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-3/+3
| | | | | | | | | | | | | | | | | | | | 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>