aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* update psych gem to 3.2 stable releaseGaurav Sharma2018-03-101-2/+2
|
* Update Gemfile.lock to reflect Capybara 3.xYuji Yaginuma2018-03-061-1/+1
| | | | Follow up of #32151
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-051-9/+0
| | | | Fixes #32129.
* Update rubocop to the latest versionutilum2018-02-231-10/+9
| | | | | | | | Includes [Switch Layout/SpaceBeforeBlockBraces's empty braces default](https://github.com/bbatsov/rubocop/pull/5263) from [0.52.1](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md#0521-2017-12-27). Before: 131 offenses detected. After: no offenses detected
* Update to sinatra 2.0.1Andrew White2018-02-211-5/+5
| | | | | | | | Although not a direct dependency, it's pulled in by Resque for Active Job integration tests so we need to update because the rack-protection gem has a security vulnerability[1]. [1]: https://nvd.nist.gov/vuln/detail/CVE-2018-7212
* Bump mysql2 versionutilum2018-02-151-4/+4
| | | | | Skip 0.4.8 and 0.4.9, which had [Compilation failures against MariaDB Connector/C 3.0.2](https://github.com/brianmario/mysql2/releases/tag/0.4.10).
* Don't force people to upgrade i18n gemRafael Mendonça França2018-02-141-1/+1
|
* Update Gemfile.lockRafael Mendonça França2018-02-141-2/+2
|
* Bump `minitest-server`yuuji.yaginuma2018-02-071-2/+2
| | | | | | In order to use `minitest_bisect` with Minitest 5.11.x, it needs to be updated. Ref: https://github.com/seattlerb/minitest-server/issues/2
* Merge pull request #31914 from utilum/bump_em-socksifyMatthew Draper2018-02-071-1/+1
|\ | | | | Update em-socksify to the latest version
| * Update em-socksify to the latest versionutilum2018-02-061-1/+1
| | | | | | | | Avoid warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
* | Refer to a stable release of SDocRobin Dupret2018-02-061-10/+4
|/
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-39/+41
| | | | :tada::tada::tada:
* Relax minitest versionDaniel Colson2018-01-261-1/+0
| | | | | | | We locked Minitest to 5.11.1 in #31799 because 5.11.2 included a breaking change. The change was fixed in 5.11.3, so we no longer need to lock in the version.
* Lock Minitest 5.11.1Yasuo Honda2018-01-261-0/+1
| | | | | To workaround `undefined method `error?' for` reported at https://travis-ci.org/rails/rails/jobs/333456146
* Update Gemfile.lock to reflect websocket-driver 0.7.0yuuji.yaginuma2018-01-191-1/+1
| | | | Follow up to e1473e0cbfbd97eeea2bc6eefd73bec0d4863359
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-2/+1
|
* Extract content types from blob dataGeorge Claghorn2018-01-151-0/+13
|
* Use my fork instead of an thrid-party forkRafael Mendonça França2018-01-111-8/+8
| | | | | This will avoid the branch being deleted by mistake making all builds to fail.
* Merge pull request #31671 from larskanis/pg-1.0Rafael Mendonça França2018-01-111-7/+7
|\ | | | | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
| * PostgreSQL: Update Gemfile to pg-1.0.0Lars Kanis2018-01-101-7/+7
| | | | | | | | | | | | | | | | | | | | Queue_classic currently limits pg to "< 0.20". It is therefore not used for rails CI tests. There has been a bull request for a while (by a co-worker of mine), which fixes the incompatibilities and extends dependencies to pg-1.x. This patch add this pull request to the Gemfile as an interim solution, until it is merged.
* | Bump Minitest to 5.11.1yuuji.yaginuma2018-01-031-2/+1
|/
* Avoid Minitest 5.11.0 for nowyuuji.yaginuma2018-01-021-1/+2
| | | | | | | | | Seems some tests not work with Minitest 5.11.0. * https://travis-ci.org/rails/rails/jobs/323997512#L1053 * https://travis-ci.org/rails/rails/jobs/323997486#L1055 Ref: https://github.com/seattlerb/minitest/issues/729
* Use released `delayed_job` instead of master versionyuuji.yaginuma2017-12-301-8/+3
| | | | Ref: https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md#414---2017-12-29
* Use `delayed_job` masteryuuji.yaginuma2017-12-231-3/+8
| | | | | For pass Active Job integration tests with Ruby 2.5. Ref: https://github.com/collectiveidea/delayed_job/pull/996
* Update nokogiri version on GemfileGuillermo Iguaran2017-12-141-9/+12
|
* Use released `resque-scheduler` instead of master versionyuuji.yaginuma2017-12-141-11/+6
| | | | | The v4.3.1 has already released that includes Redis 4.0 support. https://github.com/resque/resque-scheduler/blob/master/CHANGELOG.md#431---2017-11-20
* Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-18/+18
| | | | | | | | | | | | | The `keyfile` was renamed to `credentials` in `google-cloud-storage` 1.8.0. https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/google-cloud-storage/CHANGELOG.md#180--2017-11-14 Although `keyfile` can still be used, but it looks like deprecate. https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/ddf7b2a856d676316525eb581c1a4cc83ca6097b/google-cloud-storage/lib/google/cloud/storage.rb#L589...L590 Therefore, I think that should use `credentials` in newly generated applications. Ref: https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues/1802
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-36/+36
|
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-44/+44
|
* Update `rack-test` to 0.8.Guo Xiang Tan2017-11-211-1/+1
|
* Remove unused `em-hiredis`yuuji.yaginuma2017-11-211-7/+0
| | | | `em-hiredis` is unused since 48766e32d31651606b9f68a16015ad05c3b0de2c
* Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-1/+1
| | | | https://travis-ci.org/rails/rails/jobs/304428814#L1977
* Move back to resque-scheduler mainline now that ↵Jeremy Daer2017-11-161-11/+10
| | | | https://github.com/resque/resque-scheduler/pull/620 is merged
* Bump resque-scheduler ahead of a new gem releaseJeremy Daer2017-11-151-2/+2
|
* Use released sass-railsRafael Mendonça França2017-11-141-14/+8
|
* Use released arelRafael Mendonça França2017-11-141-9/+6
|
* Bump RuboCop to 0.51.0Koichi ITO2017-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary RuboCop 0.51.0 was released. https://github.com/bbatsov/rubocop/releases/tag/v0.51.0 And rubocop-0-51 channel is available in Code Climate. https://github.com/codeclimate/codeclimate-rubocop/issues/109 This PR will bump RuboCop to 0.51.0 and fixes the following new offenses. ```console % bundle exec rubocop Inspecting 2358 files (snip) Offenses: actionpack/lib/action_controller/metal/http_authentication.rb:251:59: C: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. [key.strip, value.to_s.gsub(/^"|"$/, "").delete('\'')] ^^^^ activesupport/test/core_ext/load_error_test.rb:8:39: C: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. assert_raise(LoadError) { require 'no_this_file_don\'t_exist' } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2358 files inspected, 2 offenses detected ```
* Use released `redis-namespace` instead of master versionyuuji.yaginuma2017-11-081-8/+3
| | | | The `redis-namespace` 1.6.0 includes redis-rb 4.0 support.
* Fix tests on Mail 2.7Jeremy Daer2017-10-311-3/+2
| | | | | Reverts 4d96be1c27bd6faed957b197a461f18543acebf2 References #31026
* Workaround for ActionMailer failures by not installing mail 2.7Yasuo Honda2017-11-011-0/+1
| | | | | | | | | | ```ruby TestHelperMailerTest#test_encode BaseTest#test_implicit_multipart_with_attachments_creates_nested_parts BaseTest#test_implicit_multipart_with_attachments_and_sort_order BaseTest#test_explicit_multipart_with_attachments_creates_nested_parts ``` Refer https://travis-ci.org/rails/rails/jobs/295571582
* Fix failing `bundle install` on CIRyuta Kamizono2017-11-011-1/+1
| | | | https://travis-ci.org/rails/rails/jobs/295470534#L2133
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-2/+0
|
* bundle lock --add-platform javaAkira Matsuda2017-10-201-0/+27
| | | | "The dependency activerecord-jdbcsqlite3-adapter (>= 1.3.0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby, x64-mingw32, x86-mingw32 but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`."
* PhantomJS is abandoned, replace it with Selenium/Chrome headlessGuillermo Iguaran2017-10-191-0/+11
|
* Remove unsued `jquery-rails`yuuji.yaginuma2017-10-131-5/+0
| | | | | This has been added by 8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b. But now it is unnecessary because it is not used in the test.
* Bump RuboCop 0.50.0Koichi ITO2017-10-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | RuboCop 0.50.0 was released. https://github.com/bbatsov/rubocop/releases/tag/v0.50.0 And `rubocop-0-50` channel is available in Code Climate. https://github.com/codeclimate/codeclimate-rubocop/issues/107#issuecomment-336234260 This commit will bump RuboCop to 0.50.0. There are no new offences in this change. ```console % bundle exec rubocop --version 0.50.0 % bundle exec rubocop Inspecting 2350 files (snip) 2350 files inspected, no offenses detected ```
* Use released `sidekiq` instead of master versionyuuji.yaginuma2017-10-091-11/+6
| | | | | The sidekiq 5.0.5 includes redis-rb 4.0 support. Ref: https://github.com/mperham/sidekiq/blob/90db3b84208cbb73a50d1a77a1dea97d3490ce70/Changes.md#505
* Missing revision 5efd21bb7ee4b326d9c0d26fccad10fc59dd51f0 in redis-rb-4.0 branchRyuta Kamizono2017-10-091-1/+1
| | | | Seems the branch has rebased. cc @jeremy
* redis-rb 4.0 supportJeremy Daer2017-10-081-16/+33
| | | | | | | | * Use `gem 'redis', '~> 4.0'` for new app Gemfiles * Loosen Action Cable redis-rb dep to `>= 3.3, < 5` * Bump redis-namespace for looser Redis version dep * Avoid using the underlying `redis.client` directly * Use `Redis.new` instead of `Redis.connect`